background color change - save

S

SAC

I've changed the background color on some controls in code based on a
control's after update event. I would like these color changes saved so
they would be there the next time the form is opened.

How do I do this?

Thanks.
 
D

Duane Hookom

You could save the information to a table when the form closes. WHen the
form opens, read the table and set the colors.
 
Top