Hi, your screen name doesn't show properly for me.
Not sure if this will help you, but here goes, my 1st try at 'helping'
someone:
Assuming your query asks for parameter entry to run the report for, if
you simply want to print the parameter(s) entered, try this:
In design view of course, in the Page Header (Not the report header,
unless you only want headers on the 1st page), insert a Text box where
you want it.
In the Control Source property for the text box, enter the same exact
parameter that you have in your query, for example [Enter Beginning
Date:]
The label for the text box can say something like "Report Run Date" or
whatever your parameter is asking for.
Another way you can do this is if you are passing parameters to a
report from an entry Form (using an unbound field name) instead of a
parameter query:
Again, in the report's page header (or footer), insert a text box.
For the Control Source, enter the expression
=Forms!FormName!FormFieldNameUsed
the "=Forms!" part is necessary, then you replace the FormName with the
form you are passing the params from, and the FormFieldNameUsed is the
unbound field name the parameter is from.
Hope this helps, and if anyone sees that this is wrong, please reply!
I may not have the greatest explanation skills just yet.
Ling