Hi,
Is it possible to count the amount of records that are displayed on a report, let me explain. I'm using the following code that limits the amount of records shown on each report page:
Me.PgBrk.Visible = Me.TxtCount Mod 5 = 0
I'd like to know if it is possible to count the amount of records shoun in each detail.Can anyone point me in the right direction.
Thanks,
Is it possible to count the amount of records that are displayed on a report, let me explain. I'm using the following code that limits the amount of records shown on each report page:
Me.PgBrk.Visible = Me.TxtCount Mod 5 = 0
I'd like to know if it is possible to count the amount of records shoun in each detail.Can anyone point me in the right direction.
Thanks,