View Full Version : Different Headers on a Form


3divine
06-27-2001, 06:32 AM
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

jatfill
06-27-2001, 09:10 AM
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).]