I have a report which is based on a query. When it is run the user has to enter a Start Date and an End Date to cover the range of the report. How can I get the report to print the start and the end date as typed in by the user when the query runs?
Hi,
The real simple answer to this is to add two text boxes to the top of your report, and set the ControlSource to something like this: =[Forms]![frmRunReport]![txtStartDate]
and the other one: =[Forms]![frmRunReport]![txtEndDate]
Add the necessary labels to show that the user selected this particular range of dates.
HTH,
Randy Smith, MCP rsmith@cta.org
California Teachers Association
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.