Adding subheadings on different switchboard pages

C

Caramilk

Hi I would like to add different subheadings on different switchboard pages.
When I try I end up with the same subheading on each page.

Any suggestions?

THANKS!
 
C

Caramilk

Thanks Jeff,

I was able to change those headings - they are the ones in blue at the very,
very top.

I would like to have unique headings for EACH "page" of my switchboard.

Ones where I can change the font, size etc.

Any suggestions?
 
J

Jeff Conrad

What you will have to do is put code in the Current event of the form
itself which in essence does the following:

- Test to see which page you are on
- Enable/disable various controls, see fonts, etc.
- You will need to reset other controls back depending upon the page you
are viewing at the moment.

If you're only doing a few things, this should not be too bad.
However, if you plan on doing a lot of changes, it could get
pretty complex very quickly.

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html

in message:
 
Top