Date range

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

One other question I forgot to mention. I have a report
that runs off a parameter query. How do I display the
parameters on the report (Date range). For example, I
type in 01/01/04 to 01/08/04. I would like that on the
report somewhere.

Thanks,

Frank
 
Frank said:
One other question I forgot to mention. I have a report
that runs off a parameter query. How do I display the
parameters on the report (Date range). For example, I
type in 01/01/04 to 01/08/04. I would like that on the
report somewhere.

Use a text box in the report header section. Set its
control source expression to something like:

=[Start Date] & " to " & [End Date]

Replace the [Start Date] and [End Date] with EXACTLY the
same things you have in the query.
 

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

Access Count dates within a Month 4
Picking up dates from a parameter 3
Access Running Balance in Access 1
conditional running sum 7
Report 1
Date Functions 6
Sort by date 2
Can you have a combo box choice run a report 1

Back
Top