Showing a user input variable

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

Guest

I have a report bassed on a query. "Master_KPI_Qry"
The query is limited to a date range inputed by the user.
the field name is
"NomDate"
the filter is
"Between [Start Date] And [End Date]"

Is there a way i can show the user inputs for the date range?
 
Thanks

Ofer that worked a treat.

Ofer Cohen said:
Check this link on "How to Print Microsoft Access Query Parameter values onto
your report"

http://www.databasedev.co.uk/printing_parameters.html

--
Good Luck
BS"D


Apples76 said:
I have a report bassed on a query. "Master_KPI_Qry"
The query is limited to a date range inputed by the user.
the field name is
"NomDate"
the filter is
"Between [Start Date] And [End Date]"

Is there a way i can show the user inputs for the date range?
 
Back
Top