How make background dark blue with yellow text within rectangle?

S

smags

Something that seems so easy is not so for me. If you look at the Contact
database online you will see under forms a contact form. I would like to do
the same thing for the form heading (blue background with yellow (not black)
text). How do I accomplish this? I look at the properties of the text box
and cannot figure it out because it says the back color is white (which it is
blue) and nowhere do I see it saying how to change the FONT color...

Help!
 
J

John Spencer

To change the text that appears in a Text box, change the FOREColor
Property.

If the back color is white, but you are seeing some other color then check
the back style property and see if it Transparent. In that case, the back
color is ignored unless the control has the focus. In which case the back
color will show up.
 
Top