Moving a value from a form to a report

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

Guest

I need to capture a value selected in a drop down list and use it as a
criteria in a query for a report. asked differantly: How do I move that value
from the Drop down through the command button and into the query that
supports a report.

Thanks
 
To reference a value from a form in a query or report...

=Forms![SomeFormName]![SomeFieldName]
 

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