How to access report criteria using a drop down list

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

Guest

Please can you help me?
I have created a query and a report to view the query. Now I would like to
use a combo / drop down box to be able to access specific criteria within the
report.
Do I need to do this by creating a form and if so how?
 
Thats possible,

create a form and a dropdownbox
the a button with somekind of code like this:
docmd.openreport "[your report name]",acpreview,,"[your criteria]"

your criteria is like the where statement in a sql select query but withut
'where'
 

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