J
Jason
Hi,
I was wondering how i could save a password in a form's control.
I've created a configuration form where one can set database specific
values, like databasename, portnr, etc. But they also need to set up a
password and i don't want it to store in a table.
So i did the following. In a textbox's afterupdate-event i set the
controlsource's value to the value i just typed in. So far so good.
However when i close en reopen the form, nothing's there.
Is this the right way to do this or should i approach i differently
I was wondering how i could save a password in a form's control.
I've created a configuration form where one can set database specific
values, like databasename, portnr, etc. But they also need to set up a
password and i don't want it to store in a table.
So i did the following. In a textbox's afterupdate-event i set the
controlsource's value to the value i just typed in. So far so good.
However when i close en reopen the form, nothing's there.
Is this the right way to do this or should i approach i differently