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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Date Range on Report 1

Status
Not open for further replies.

Celeste025

Technical User
Mar 6, 2003
73
US
I have a report that is based on a query with a Between statement in the date criteria. When I run the report, I get a popup where I enter the date range I want. I want to be able to print that date range on the report.
 
Add a text box that has a control source something like this:
Code:
="For the dates " & [Enter Beginning date] & " to " & [Enter Ending date]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top