Selecting a date in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
In your criteria of your query, instead of putting a fixed date, put
something like..


= [EnterDate]

or


Between [StartDate] and [EndDate]

Rick B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top