[AccessD] Repeat a section on a report

Charlotte Foust cfoust at infostatsystems.com
Tue Apr 19 10:08:26 CDT 2005


Set the repeating section to Visible = false.  Then add something like
this in its format event (assuming the "section" is a group header):  If
Page > 1 Then Me(sectionname).Visible = true 

Or do the reverse and hide it on page 1.

Charlotte Foust


-----Original Message-----
From: Joe Rojas [mailto:JRojas at tnco-inc.com] 
Sent: Tuesday, April 19, 2005 6:43 AM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] Repeat a section on a report


Hi All,

I have a report that needs to have a certain portion of it repeated BOTH
on new page and on a group break but I don't want it to double up on
it's self in the event that both occur at the same time, which is what
would happen on the first page. I know how to make portions of a report
repeat it self (page header and group header) but I don't know how to
get around this problem. Any ideas on how to work around this?

Thanks!
JR





This electronic transmission is strictly confidential to TNCO, Inc. and
intended solely for the addressee. It may contain information which is
covered by legal, professional, or other privileges. If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy, or take any action in reliance on this
transmission. If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message. While
TNCO, Inc. uses virus protection, the recipient should check this email
and any attachments for the presence of viruses. TNCO, Inc. accepts no
liability for any damage caused by any virus transmitted by this email.
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list