Hello,
I have login form.
there is one combo box for users selection and second text box for password.
I want that put code in combo after update event to clear text box.
what will be coding ?
Thanks.
Hello,
I have login form.
there is one combo box for users selection and second text box for password.
I want that put code in combo after update event to clear text box.
what will be coding ?
Thanks.
Solved.
me.txtpassword = Null
or
me.txtpassword = ""