Displaying headers on a new page within a report

Nova_C

Registered User.
Local time
Today, 21:49
Joined
Apr 25, 2002
Messages
13
Is there a way to display a header on a new page in the middle of a group? For example, one of my reports tracks which OS is on a computer, so in the report, it sorts according to OS. When a group wraps to a new page, is there a way to have a unique header such as "W 2k continued..." displayed?
 
Okay...That's a step in the right direction, but access help isn't telling me how to define it. I feel kinda dumb cuz I'm a C programmer, but I can't figure out how to get it to recognize the value. It keeps coming up with a dialog box asking for a value for the HasContinued property.
 
Something like If Me.Section(7).HasContinued Then
be warned though it's riddled with bugs and actually requires extra coding to get it to operate correctly, especially if repeating the header.
 
Okay...most of that makes sense, but from what I've read, "Me" is supposed to refer to whatever report it is a part of, however, it's not getting recognized in my report. Once again, it's asking for an entry when I go into print preview.
 

Users who are viewing this thread

Back
Top Bottom