Board2Death
Technical User
I am opening a report with the following code from a button on frmMain
I would like my report to display the filter for the form in the header of the report. To complicate the issue even more, the actual filter may be 300+ characters long.
Code:
DoCmd.OpenReport "rptData", acPreview, , Me.Filter