showing parameter value on report

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

Guest

Hello!

I'm not sure if this is possible or not, but hoping someone might know how
to do it!

I have a query that shows canceled courses, and the courseDate has the
criteria that requests the user to enter a parameter value for from which
date he/she would like to shows all dates of canceled courses equal to or
later than the date enter by the user.

The results of this Query are displayed in a report, but I also want to show
the date the user enter as the parameter value in the report, how do I do
this?

Thanks,

Matty
 
If the records source of the report contail this criteria

Where FieldName = [Please enter selection:]

Then in the control source of the text field in the report you can write
=[Please enter selection:]
 
Thank you, it works!

Ofer Cohen said:
If the records source of the report contail this criteria

Where FieldName = [Please enter selection:]

Then in the control source of the text field in the report you can write
=[Please enter selection:]

--
Good Luck
BS"D


Matty said:
Hello!

I'm not sure if this is possible or not, but hoping someone might know how
to do it!

I have a query that shows canceled courses, and the courseDate has the
criteria that requests the user to enter a parameter value for from which
date he/she would like to shows all dates of canceled courses equal to or
later than the date enter by the user.

The results of this Query are displayed in a report, but I also want to show
the date the user enter as the parameter value in the report, how do I do
this?

Thanks,

Matty
 
Back
Top