summarising for a particular date

hayden

Registered User.
Local time
Today, 23:15
Joined
Mar 16, 2010
Messages
49
how do i create parameter query so that if i select a date that it shows all the relevant information what is required, so it can be printed out for my daily deliveries
 
I would create a form with a textbox for entering a date. You can use this technique to restrict a report to that date:

http://www.baldyweb.com/wherecondition.htm

You could also create a query that used that textbox as a criteria, and base the report on that.
 

Users who are viewing this thread

Back
Top Bottom