Connecting Tech Pros Worldwide Help | Site Map

Access Report Page Header problem

  #1  
Old May 16th, 2006, 07:25 AM
scrawford@colonialfirststate.com.au
Guest
 
Posts: n/a
Hi all,

Does anyone know how I can have a Page Header, but have something
between that and the detail of the report???

ie..

Page Header

Once off piece of text (for the first page only)

Detail...

---NEXT PAGE--

Page Header

Detail...


Regards,

Scott

  #2  
Old May 16th, 2006, 10:25 AM
Andrew R
Guest
 
Posts: n/a

re: Access Report Page Header problem


Hi

I would suggest the following:

As a part of the pager header, put a text box control, the data source
for which is
=IIf([Page]=1,"Your one-off text","")

In this way, although the text box will be a part of every page header,
if it's not page 1, the text box will be empty and thus not visible.

Hope this helps!
Andrew

  #3  
Old May 16th, 2006, 03:55 PM
fredg
Guest
 
Posts: n/a

re: Access Report Page Header problem


On 15 May 2006 23:20:42 -0700, scrawford@colonialfirststate.com.au
wrote:
[color=blue]
> Hi all,
>
> Does anyone know how I can have a Page Header, but have something
> between that and the detail of the report???
>
> ie..
>
> Page Header
>
> Once off piece of text (for the first page only)
>
> Detail...
>
> ---NEXT PAGE--
>
> Page Header
>
> Detail...
>
> Regards,
>
> Scott[/color]

Include the text in the page header.
Code the Page Header Format event:
[ControlWithTextName].Visible = Me.[Page] = 1
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #4  
Old May 16th, 2006, 11:25 PM
Bob Quintal
Guest
 
Posts: n/a

re: Access Report Page Header problem


scrawford@colonialfirststate.com.au wrote in
news:1147760442.513242.154200@v46g2000cwv.googlegr oups.com:
[color=blue]
> Hi all,
>
> Does anyone know how I can have a Page Header, but have
> something between that and the detail of the report???
>
> ie..
>
> Page Header
>
> Once off piece of text (for the first page only)
>
> Detail...
>
> ---NEXT PAGE--
>
> Page Header
>
> Detail...
>
>
> Regards,
>
> Scott
>[/color]

Others have given working suggestions. Another way is to create
a group header. Set the group to a constant. It will only appear
once.

--
Bob Quintal

PA is y I've altered my email address.
  #5  
Old May 17th, 2006, 05:55 AM
scrawford
Guest
 
Posts: n/a

re: Access Report Page Header problem


Thanks for all your help everyone. Extremely helpful.

Cheers,

Scott

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Report Page Header - Can Grow? franc sutherland answers 1 September 16th, 2008 12:15 PM
DMin and DMax Function Issue on Access Report maccount answers 1 January 28th, 2008 02:02 PM
Page header problem John answers 3 October 4th, 2006 12:05 PM
Do Page Header - Page Footer exist Hank answers 1 April 23rd, 2006 02:55 PM