A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Page header not first page



 
 
Thread Tools Display Modes
  #1  
Old February 26th, 2008, 01:17 AM posted to microsoft.public.access.reports
Jonathan
external usenet poster
 
Posts: 236
Default Page header not first page

Hi, using Access 2003 I do not want the page header section to appear on the
first page as the report header says it all.

Is there a simple property setting for this?

Many thanks,
Jonathan
  #2  
Old February 26th, 2008, 01:26 AM posted to microsoft.public.access.reports
Jonathan
external usenet poster
 
Posts: 236
Default Page header not first page

"Jonathan" wrote:

Hi, using Access 2003 I do not want the page header section to appear on the
first page as the report header says it all.

Is there a simple property setting for this?

Many thanks,
Jonathan


Found my answer thanks to an earlier response by Duane Hookom.

Private Sub PageHeader_Format(Cancel As Integer, FormatCount As Integer)
Cancel = ([Page] = 1)
End Sub

Thanks Duane,
Jonathan

  #3  
Old February 26th, 2008, 02:00 AM posted to microsoft.public.access.reports
fredg
external usenet poster
 
Posts: 4,386
Default Page header not first page

On Mon, 25 Feb 2008 17:17:01 -0800, Jonathan wrote:

Hi, using Access 2003 I do not want the page header section to appear on the
first page as the report header says it all.

Is there a simple property setting for this?

Many thanks,
Jonathan


On the Report property sheet's Format tab there is a Page Header
property.
Set it to
Not with Rpt Hdr
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #4  
Old February 26th, 2008, 02:09 AM posted to microsoft.public.access.reports
Jonathan
external usenet poster
 
Posts: 236
Default Page header not first page



"fredg" wrote:

On Mon, 25 Feb 2008 17:17:01 -0800, Jonathan wrote:

Hi, using Access 2003 I do not want the page header section to appear on the
first page as the report header says it all.

Is there a simple property setting for this?

Many thanks,
Jonathan


On the Report property sheet's Format tab there is a Page Header
property.
Set it to
Not with Rpt Hdr
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail


Ahh there it is...

Many thanks,
Jonathan
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:56 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.