Save text box values

J

jmenche

Hi,

I have some text boxes on a form so a user can input a percentage. I want
to save these values when the form closes so they will reappear when the form
is opened again. Using the default value is actually annoying because the
percentages might change.

Anyone have any ideas?

Thanks
 
K

Ken Snell [MVP]

Write the values to a table in the database file, and then retrieve the
values when the form is opened.
 
Top