open report based on data on form

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

Guest

Is it possible to have Access open a report based on the value in a field on
an open form? Based on the Procedure Number that is on the form I would like
to be able to open the report that applies. Or is there another way to
handle this?
 
Sure. A few different ways in fact. My favorite is to build a query that
references the form in the criteria. For example the criteria for the
Procedure Number field would look like:

[Forms]![YourFormNane]![Procedure Number]

Next build your report based on this query. Then create a button on the form
that opens the 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