Parameter to appear on Report

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

Guest

I have a parameter –

Between [Enter Start Date] And [Enter End Date].

I want the date to and from to appear on a Report. Is this possible?
 
Kirt84 said:
I have a parameter -

Between [Enter Start Date] And [Enter End Date].

I want the date to and from to appear on a Report. Is this possible?

In an unbnound TextBox simply us a ControlSource of...

="Between " & [Enter Start Date] & " And " & [Enter End Date]


You might need to wrap the parameter markers in the format function to get them
to look as desired.
 

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

Similar Threads


Back
Top