Typing Parameters in Twice?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report filtered by a query: Begin date - end date. Can I display
begin date and and end date on report without having to type it in twice?
I'm currently using a text box in report with control: ="For the period " &
[begin date] & " to " & [end date].
Thank You.
 
As long as the parameters are typed exactly the same, you will only be
prompted once. You told us what you have in your report, what do you have
in your query? If it is the following, you should only be prompted once:

Between [begin date] and [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