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.
 
The easiest way to do this is when you close the form, use the acSaveYes
option.
 
Thanks!

Duane Hookom said:
You could save the information to a table when the form closes. WHen the
form opens, read the table and set the colors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top