Display criteria parameter in an Access 2002 report

G

Guest

How can I display the parameters I entered for a query in the report header
made from that query?

I need to show the start and end dates I entered from the following criteria…

Between [Enter start date of period where patient was first seen in
Out-patients] And [Enter end date of period where patient was first seen in
Out-patients]

Any help would be much appreciated,

Kind regards,
 
A

Allen Browne

Tony, should should be able to refer directly to these parameter names in
your report.

For example, put this in the Control Source of a text box on the report:
=[Enter start date of period where patient was first seen in Out-patients]

An alternative approach is to use text boxes on a form instead of parameters
in the query. Details:
http://allenbrowne.com/casu-08.html
 

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