Forms Boarder Colour

S

StuJol

On every form in Access2003 you have your boarder round the edge. Does anyone
know the exact colour of this boarder? im wanting to create some dividing
lines on one of my forms?
 
M

Mike

Not all forms have a border. Can you explain your problem a little better?
Did you use a wizard to create your form?
 
B

Bob Miller

R=212
B=208
G=200
That is the non shadowed part
The sahdowed part is 128 for all RGB,
the darker part past that is 64 for all,
and the light color to the other side is pure white (255 for all)
For future reference, pretty easy way to find colors is to Ctrl + Print
Screen and then paste in Paint. Zoom in and then use the Pick Color
tool to select the color and then select Colors from the menu and then
Edit Colors and then define Custom Color>> and read the RGB.
 
Top