I have an invoice style report that i'm working on. I have a problem where an extra page is being printed, even if there is only one record in the detail section.
I have a header & footer, (of which i removed to see whether the problem still happens) & it does.
I did the obvious & checked the margins.
I have the following code in the Detail 'On Format' event:
Me.pgbrk.Visible = Me.txtCount Mod 30 = 0
Can anyone help me on why this would be happening?
I have searched in the forums to see if anyone else had this same problem & i cannot find an answer.
I have a header & footer, (of which i removed to see whether the problem still happens) & it does.
I did the obvious & checked the margins.
I have the following code in the Detail 'On Format' event:
Me.pgbrk.Visible = Me.txtCount Mod 30 = 0
Can anyone help me on why this would be happening?
I have searched in the forums to see if anyone else had this same problem & i cannot find an answer.