Pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm running into the following problem. I have a report where I want certain textboxes and lables to appear on all pages except for the group summary pages and report summary. I usually accomplish this with code liek the follow If Page=Pages then text1.viible=Fals
else text1.visible=true.

Can I accomplish something similar for the Group totals page as defined by forcing a new page prior to the group footer and als for the repor footer page..
 
There is a force new page property, but I'm not sure how that is going to
help you with hiding the textboxes.

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

George Schneider said:
I'm running into the following problem. I have a report where I want
certain textboxes and lables to appear on all pages except for the group
summary pages and report summary. I usually accomplish this with code liek
the follow If Page=Pages then text1.viible=False
else text1.visible=true.

Can I accomplish something similar for the Group totals page as defined by
forcing a new page prior to the group footer and als for the repor footer
page..
 
Back
Top