Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show Date Range Selected on the Report??

Status
Not open for further replies.

DouglasLB

Technical User
Jun 18, 2001
10
0
0
US
I have built a simple query that you can choose a date range on. I have also build some reports from this query. I have not used a form. I would like the date range selected to show on the reports. How do I do this??
 
Hi There: Add a text box to your report header. Add the following syntax to the Control Source

="Reporting Dates From: " & [Enter Start Date] & " & " & [Enter End Date]

The above syntax does depend on the criteria in your query.

Beth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top