Hi All,
I have created a login form which contains username and password.
When end user click on "clear" button, it doesn't clear both field.
I have done some research saying
txt_Username.Value = ""
txt_Password.Value = ""
however I am using MS Access 2010 and there is no command set value or etc.
Please help me on this issue
Thanks in advance
I have created a login form which contains username and password.
When end user click on "clear" button, it doesn't clear both field.
I have done some research saying
txt_Username.Value = ""
txt_Password.Value = ""
however I am using MS Access 2010 and there is no command set value or etc.
Please help me on this issue
Thanks in advance