Regards
I am using the below VBA code for the exporting of my report to outlook from access 2007 report, but the problem is the second page is not displaying how this can be handled the code is:
Private Sub Command86_Click()
Const ForReading = 1, ForWriting = 2, ForAppending = 3
Dim fs, f...