PDA

Click to See Complete Forum and Search --> : Displaying parameters in Access 97 Report


JackV
Sep 11th, 2000, 11:00 AM
I have a report based on an Access Query that has parameters in a date field. I would like to display the dates that were selected by the user, in the Report Header.

I guess it would involve typing a formula into a label but I'm not sure as to the syntax. Thanks in advance for any help.

Shafee
Sep 11th, 2000, 07:57 PM
Suppose one of the parameters is [From Date], type:

= [From Date]

in the ControlSource property of the textbox. I don't know if this can be done for labels. But using a textbox will do fine.