Filter a Report with from a Form

  • Thread starter Thread starter Gary Hull
  • Start date Start date
G

Gary Hull

I would like to be able to use a combo box on a form to filter a report

Thanks
Gary
 
Set the criteria in your query (report's record source) to something like:

[Forms]![frmYourFormName]![cboYourComboName]

The form must be open prior to opening your report.
 

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