background color change - save

  • Thread starter Thread starter SAC
  • Start date Start date
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.
 
You could save the information to a table when the form closes. WHen the
form opens, read the table and set the colors.
 
Back
Top