bold format

  • Thread starter Thread starter briank
  • Start date Start date
B

briank

In my form I have a tab control with 10 pages. In each
page is a variety of date fields. How can I
programically set the font of the name on each page to
color red & bold if there is data in the first data field
in each page?
 
briank said:
In my form I have a tab control with 10 pages. In each
page is a variety of date fields. How can I
programically set the font of the name on each page to
color red & bold if there is data in the first data field
in each page?

There is no way within Access to set the colour of tab page captions. You
can set the weight of the captions (e.g. bold), but only for the whole tab
control, not for individual pages.

You could use pictures on the tabs instead of captions. Also, this may
help, but I don't know, I've never tried it:

http://www.lebans.com/tabcolors.htm
 
Back
Top