View Full Version : how to print report by daily,weekly or monthly?


puffdog
08-21-2003, 01:02 AM
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.

ColinEssex
08-21-2003, 01:44 AM
Use parameters in the query.

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

and

[Enter Fruit] )for the fruit type field)

Col