Selecting a date in a report

J

J-E

I have made a report of the sales but the date in the query is fixed. I want
my user to change the date quickly. How do I insert a question box or input
text box.

Thanks

J-E
 
R

Rick B

In your criteria of your query, instead of putting a fixed date, put
something like..


= [EnterDate]

or


Between [StartDate] and [EndDate]

Rick B
 
Top