Displaying date from a filter (via form)???

  • Thread starter Thread starter allie357
  • Start date Start date
A

allie357

I have a form that uses a filter to filter a report via critera from a
form and a Start date and end date are 2 of the fields on the form.
How do I display the date on the report that the person entered via the
form to filter the report?
 
I have a form that uses a filter to filter a report via critera from a
form and a Start date and end date are 2 of the fields on the form.
How do I display the date on the report that the person entered via the
form to filter the report?

Base the Report on a Query referencing the form controls as
parameters: the syntax in the query grid is

[Forms]![NameOfTheForm]![NameOfTheControl]

John W. Vinson[MVP]
 

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