Different Headers on a Form

3divine

Registered User.
Local time
Today, 03:20
Joined
Apr 24, 2001
Messages
37
Hello,

I created a form to serve as a template and some of the values of the controls require user input. (One reason why a report will not serve the purpose). My boss is getting too fancy and he wants a different header for page 1 and pages 2 & 3 will share the same header. How do I accomplish that?

In a report, has that property that perhaps might allow me to do that but how about in a form?

Any suggestions will be appreciated

Thank you
 
use a visible true/false property...
on the change page event, make header 1 not visible & header 2 visible?

[This message has been edited by jatfill (edited 06-27-2001).]
 

Users who are viewing this thread

Back
Top Bottom