Save changes

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

Can you save changes made to a control's properties on a
form that are made with a event procedure?

Rick
 
Those types of changes will be lost when the form is closed unless it is
done with the form open in design view. You could set up a "settings" table
and use it to store the values and retrieve the information from there when
you reopen the form. I've also seen this done by creating user defined
properties for the database and saving the settings there.
 

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