showing parameter value on report

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
 
G

Guest

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:]
 
G

Guest

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
 

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