Displaying Parameter Input on Report

  • Thread starter Thread starter Marv Trott
  • Start date Start date
M

Marv Trott

Hi,

How do I capture and display the "Start Date" and "End Date" in the page
heading of a Report that has the "Start Date" and "End Date" entered by the
user?


Thanks for any suggestions.

Marv
 
Marv said:
How do I capture and display the "Start Date" and "End Date" in the page
heading of a Report that has the "Start Date" and "End Date" entered by the
user?


Use a text box with the **exact** same reference you use in
the query. E.g.
="Form " & [Enter Start Date] & " to " & [Enter End Date]
 

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

Back
Top