Date Range

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

Guest

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
 
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

Similar Threads

group by query 3
Access Count dates within a Month 4
Help with Function: date range 6
Macro for Dates 5
Crosstab Query 14
Multiple conditions in two separate fields 2
Excel Highlight date ranges 1
Date Range Query. Criteria based in a table. 4

Back
Top