printing of query parameters on the report

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

Guest

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?
 
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.
 
Back
Top