K
Kathy
I am trying to have records with the same date/time and
user id print on the same page, if the next record returned
from the query has either different I need it to print by
itself on a page. I tried to add to the 'on format' of the
detail section something like:
If "Me!Start_Time_Date" <> Start_Time_Date Then
Me![CondPgBreak].Visible = True
Else
"Me!Login_ID" <> Login_ID Then
Me![CondPgBreak].visible = True
If I put the page break in the page footer, prints as many
as it can hold on a page. If I put the page break in the
detail it prints only one record per page.
Please help!
Thank you.
user id print on the same page, if the next record returned
from the query has either different I need it to print by
itself on a page. I tried to add to the 'on format' of the
detail section something like:
If "Me!Start_Time_Date" <> Start_Time_Date Then
Me![CondPgBreak].Visible = True
Else
"Me!Login_ID" <> Login_ID Then
Me![CondPgBreak].visible = True
If I put the page break in the page footer, prints as many
as it can hold on a page. If I put the page break in the
detail it prints only one record per page.
Please help!
Thank you.