Thanks, Remou. Your suggestion broke the block I was having. My solution follows:
<code>
Public Sub PrintEv()
Dim db As Database
Dim rst As Recordset
Dim j As Integer
Set db = CurrentDb
Set rst = db.OpenRecordset("qryEvidence")
'Open the report in preview mode
DoCmd.OpenReport...
I have scanned documents imported into Access. The data is in jpg format and the report is one jpg plus a few data fields (small) per page. The report can be as much as 2000 pages or more.
I want to print out one page, then format and print the next page. I have not been able figure out how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.