How do I get the Enter Parameter Value shown in a report

  • Thread starter Thread starter richardreeves
  • Start date Start date
R

richardreeves

I have a working report based on a query that asks for a few parameter
values to restrict the report. What I would like is to show this value
in the report after it is created.

Any suggestions on how to reference this value or query criteria?

Thanks
rich
 
Rich,

Set the control's control source property to:
=[Enter Parameter Value]

or whatever the prompt is in the query design.

HTH,
Nikos
 
Back
Top