HELP NEEDED: Displaying Form Search Criteria on a Report

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

Guest

I have form that feeds criteria into a query to produce a report. How do I
display on the report which fields on the form (and their values) are used in
the query?
 
Add columns in the query for the information like --
MyStartDate: [Forms]![YourForm]![YourStartTextBox]
--AND --
MyEndDate: [Forms]![YourForm]![YourEndTextBox]
 

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