Date Range

A

Andre Adams

Hey guys.

I want to know...Is there a way in Access that I can have the Date Range
that I type into the query to show up automatically in a report. So if I ask
the database to find me all records within 01/01/2007 and 01/31/2007, can it
insert that date in to the actual report to let the user know that date range
of the report their looking at?

Thanks.

Andre Adams
 
D

Douglas J. Steele

How are you telling Access to only return those dates?

If you've got a prompt, so that your query's SQL is something like:

WHERE MyDate BETWEEN [Enter Start Date] AND [Enter End Date]

you simply refer to Me![Enter Start Date] and Me![Enter End Date] in your
report.
 

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

Top