Hey All,
I Have a button on my form when pressed it shows a report in print preview mode.
The code looks like this:
DoCmd.OpenReport "(REPORT TITLE)", acViewPreview
Is there any way I can manipulate this code to set the header of the report???
I Have a button on my form when pressed it shows a report in print preview mode.
The code looks like this:
DoCmd.OpenReport "(REPORT TITLE)", acViewPreview
Is there any way I can manipulate this code to set the header of the report???