Can you change ALL form.backgroundColor of a CERTAIN color???

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

access 2k;

have developed MANY forms; where header/footer/detail background
colors may be 1 of 3 different colors.

is there a way to change background color 255 to color XYZ globally?

I thought I'd be able to find this in 1 of the system tables and run
an update query, but alas - no.

tia -Bob
 
access 2k;

have developed MANY forms; where header/footer/detail background
colors may be 1 of 3 different colors.

is there a way to change background color 255 to color XYZ globally?

I thought I'd be able to find this in 1 of the system tables and run
an update query, but alas - no.

tia -Bob

You can do this with Rick Fisher's Find and Replace

www.rickworld.com

HTH
Matthias Kläy
 
Back
Top