Comparing dates

mistaking

Registered User.
Local time
Today, 22:50
Joined
Apr 16, 2002
Messages
16
Please help...

I have a query that prompts for 2 dates, then is supposed to retrieve all invoices between the 2 dates.
What expression do I need to use to make sure I get the desired result?
I cant compare the two dates using the > operator
 
In the criteria row for the date field, type this:

Between [Enter beginning date] and [Enter ending date]
 

Users who are viewing this thread

Back
Top Bottom