Changing Colors

D

DS

Any way of using a global command to change colors in access? Lets say
my form colors are blue and I want to make them yellow. Is there a way
to set up a form where I can pick the form(s) and then run code to
change the Background colors, labels, etc, ?
Thnaks
DS
 
S

Sharkbyte

I suppose you could try using a global variable, and have each form call it
from the On Open event, and update the color from that. Otherwise, I believe
you are limited to only updating forms that are open.

Sharkbyte
 
D

DS

Sharkbyte said:
I suppose you could try using a global variable, and have each form call it
from the On Open event, and update the color from that. Otherwise, I believe
you are limited to only updating forms that are open.

Sharkbyte



:
I think I have a lot of work in front of me.....thanks for the advice!
DS
 
Top