how to print report by daily,weekly or monthly?

puffdog

Registered User.
Local time
Tomorrow, 03:59
Joined
Jul 30, 2003
Messages
17
how to print report by daily,weekly or monthly? i need to print a report that allow me to choose print it daily,weekly or monthly.
like monday i have 20 record then tuesday have 30 record,how can i do it?
and at my form i have a combo box with value = Apple, Orange and Banana.
Can i print a report that allow me to choose which value i want?

like i want to see a report that only content record that value = apple.
would somebody help me?
thanks.
 
Use parameters in the query.

Between [Start Date] and [End Date] (for the date field)

and

[Enter Fruit] )for the fruit type field)

Col
 

Users who are viewing this thread

Back
Top Bottom