Date related query
I have a table which has fields for giving prescription of drugs like
prescription no
prescription date- default date is Date()
drug
dosage
quantity
I am using MS-Access for table
I have a query where I want today's prescription
I have entered Date() in criteria of prescription date field.
It is not working
Query does not show any results
If I remove the date criteia query works
|