I am trying to write a query returning results for a date period. This is sample data:
10/17/2008 8:29:37 PM
I am using the following Criteria:
Between [enter begin date] And [Enter End Date]
The time after the date is killing the query. How can I include a wildcard after the dates. I do not care about the times. I tried"
Between [enter begin date] And [Enter End Date] And like "*"
However, that did not work. Thanks for your help.
Kurt
Bah...sorry for the title...it should be Date with Wildcard after it.