mattkorguk
Registered User.
- Local time
- Today, 00:07
- Joined
- Jun 26, 2007
- Messages
- 301
Hi,
I have tried searching here and found no solution to this little issue.
The Overflow error occurs when using the following code;
You can see the report going through and when it reaches 5 or 6 pages, I receive the Overflow error.
If it's a short report all is well and it works fine.
Any suggestions please.
I have tried searching here and found no solution to this little issue.
The Overflow error occurs when using the following code;
Code:
DoCmd.OutputTo acOutputReport, Me.SelBP.Value & " Summary Report", acFormatRTF, "C:\BPD\" & Me.SelBP.Value & " Summary Report.rtf"
You can see the report going through and when it reaches 5 or 6 pages, I receive the Overflow error.
If it's a short report all is well and it works fine.
Any suggestions please.