printing of query parameters on the report

P

Phyllis M

I have created a report that uses From Date and To Date as parameters. I
then print the values entered on the report --BUT if no data is selected for
the report then only the headings of the report print and I would still like
to print the parameter values entered. Is there any way I can do this?
 
D

Duane Hookom

Don't use parameter prompts. Kick your apps up a notch and always allow
users to enter criteria in controls on forms. These values should be
available even if the report returns no records.
 
Top