Charlotte Foust
cfoust at infostatsystems.com
Wed Sep 20 10:52:47 CDT 2006
The page header formats ahead of the group header, so you can't turn it off in the group header, if that's what you're trying to do. You would need to find another way to handle it. Charlotte Foust -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Skolits Sent: Wednesday, September 20, 2006 8:46 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Quck Question - Report Pageheader Syntax - Expand Actually I have a report header but more importantly, I have a group header. In reality, my ultimate goal is that if there is a group header, I do not want to see the page header, If there is a page header, then the group header shouldn't be displayed. One or the other but not both. At the very least, if I can suppress the page header on the first page, that will do for now. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: Wednesday, September 20, 2006 11:32 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Quck Question - Report Pageheader Syntax - Expand Do you have a report header? If so, you can set the page header not to appear with the report header, which prints on the first page. You don't have to put anything in the report header or make it more than zero height, but if you have one, you can use it to suppress the page header easily. Charlotte Foust -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Skolits Sent: Wednesday, September 20, 2006 8:24 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Quck Question - Report Pageheader Syntax - Expand I though once I had the syntax was right, I was all set, but it's still not doing what I wish. Therefore: is there a way to 'prevent' the page header from being displayed on the first page. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Skolits Sent: Wednesday, September 20, 2006 10:58 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Quck Question - Report Pageheader Syntax That was it. Thanks! -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Andy Lacey Sent: Wednesday, September 20, 2006 11:43 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Quck Question - Report Pageheader Syntax Hi John Try Me.Section("PageHeader").Visible = False -- Andy Lacey http://www.minstersystems.co.uk --------- Original Message -------- From: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> To: "'Access Developers discussion and problem solving'" <accessd at databaseadvisors.com> Subject: [AccessD] Quck Question - Report Pageheader Syntax Date: 20/09/06 14:11 What's the syntax for turning the page header on or off in code? I tried me.PageHeader.visible = false But when compiling it says I have an error. Thanks, John -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com ________________________________________________ Message sent using UebiMiau 2.7.2 -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com