The report name 'rptAccountMonthlyStatement' you entered is mispelled or
refers to a report that isn't open or doesn't exist.
---------------------------------------------------------------
If I Try this:
1. Set the recordsource in the Report_Open event of the
report:
Private Sub Report_Open(Cancel As Integer)
Me.RecordSource = "<recordsource>"
End Sub
2. Use a base query in the report and specify a filter
and/or sort. The following code opens the report with the
same same filter and sort as a subform.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.