Selecting multiple criteria in a report in Acc 2007 using a form

L

Lady_Dee

How can I select multiple criteria using a form to generate a report in
Access 2007.
 
J

John W. Vinson

How can I select multiple criteria using a form to generate a report in
Access 2007.

By putting multiple instances of

=[Forms]![NameOfForm]![NameOfControl]

or other appropriate expressions on the Criteria line of a query, and use that
query as the Recordsource for the report.

For a more detailed answer please post a more detailed question.
 

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

Top