G
Guest
I have managed to password my mdb using the tecnique on the MS page here
http://support.microsoft.com/kb/209871
I have set a default password but want the user to be able to enter a new
password on a form and have it encoded and saved as the current password.
My VB experience is limited. I have tried using a text box with a dara
source of
?KeyCode("The Original TextBox where they enter the new pw") but this
returns an error.
I have tried using a macro to open the table and setvalue of the keycode
field to
?KeyCode("The Original TextBox where they enter the new pw") but this
returns an error also.
Please help. Thank you.
http://support.microsoft.com/kb/209871
I have set a default password but want the user to be able to enter a new
password on a form and have it encoded and saved as the current password.
My VB experience is limited. I have tried using a text box with a dara
source of
?KeyCode("The Original TextBox where they enter the new pw") but this
returns an error.
I have tried using a macro to open the table and setvalue of the keycode
field to
?KeyCode("The Original TextBox where they enter the new pw") but this
returns an error also.
Please help. Thank you.