For simple colors you can use constants, like
vbWhite
vbRed
vbBlue
and so forth. If you want to use a palette color, what I do is simply, in Design View, right click on a textbox, click on Fill Color, set it to the color I want. I then goto Properties and see what number Access has inserted into the textbox BackColor property and copy and paste it wherever.
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!