View Full Version : Date Criteria


Porky
07-04-2005, 06:32 AM
I have a report based on a single table, one column is for the date. I want to be able to open the report based on date. If I add a criteria which asked for the date the report opens with all the data for that date, I tried to add an end date but when I run the query no data is returned. I used: [Start Date]And[End Date]
Paul

gagro
07-04-2005, 06:41 AM
forget Between
in a criteria type:
Between [Start Date] And [End Date]
I hope it will help

Porky
07-04-2005, 06:44 AM
Thank for the quick response it worked great