Parameter output in report

H

Han

Hi,
I have a parameter query with [Date started] and [Date ended]. I like to
have the input from the user in the heading of my report. How can I do this,
Thanks,
Han
 
D

Douglas J. Steele

On your report, add a text box and try =[Date started] & " to " & [Date
ended]

Make sure what you put inside the square brackets is exactly what's in the
query.
 
Top