Hi,
Newby question. Got a simple report from a query having a standard parameter (part of criteria). Is it possible to get the text typed in the header of a report? Something like:
Private Sub ReportHeader_Paint()
'Add the types text to the report header
Label123.Caption = ??? Paramater.text ???
End Sub
Thanks for any help!
Geremore