Modify existing report to accept parameter

  • Thread starter Cluelessreportquestion
  • Start date
C

Cluelessreportquestion

How do I modify an existing report that is based on tables
not a query to accept a parameter on one of the fields?
 
K

Ken Snell

Open the report in design view, open the Properties window, select Data tab,
and click in the RecordSource box. Then click on the three-little-dots box
at far right of this box, and create a query to select the data. Put a
criterion expression in for a field that uses a parameter for a value:
[Enter The Value:]
 
A

Asha

Thanks, This worked Awesome!
-----Original Message-----
Open the report in design view, open the Properties window, select Data tab,
and click in the RecordSource box. Then click on the three-little-dots box
at far right of this box, and create a query to select the data. Put a
criterion expression in for a field that uses a parameter for a value:
[Enter The Value:]

--
Ken Snell
<MS ACCESS MVP>

How do I modify an existing report that is based on tables
not a query to accept a parameter on one of the fields?


.
 

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