D
DZ
Hi
My report has 3 pages for each record, separated by page breaks. How can I
not print the area after the 2nd page break (page 3) if the value in a field
is null.
In other words I don't want to print the 3rd page if a field value is null
I've been experimenting with the following with different combination
MoveLayout
NextRecord
PrintSection
and I know that the following will not print the page
MoveLayout = False
NextRecord = True
PrintSection = False
The problem I can't solve is how the identify the page that I don't want
printed. The problem is that the page numbers become confusing when a page is
skipped.
I tried different variable for the page. I just can't get it.
I will credit any helpful responses
My report has 3 pages for each record, separated by page breaks. How can I
not print the area after the 2nd page break (page 3) if the value in a field
is null.
In other words I don't want to print the 3rd page if a field value is null
I've been experimenting with the following with different combination
MoveLayout
NextRecord
PrintSection
and I know that the following will not print the page
MoveLayout = False
NextRecord = True
PrintSection = False
The problem I can't solve is how the identify the page that I don't want
printed. The problem is that the page numbers become confusing when a page is
skipped.
I tried different variable for the page. I just can't get it.
I will credit any helpful responses