Hi Grumm,
I have selected action from command in dropdown menu.
I tried "Redo", "Delete Record", "EditListItem" are not able to clear both field which is username and password
Can please help ?
Appreciate your help, thanks
Hi,
Please find attached screenshot. This is how my MS Access look like so I can;'t enter any command like SetValue
Please advise which command should I use for clear button.
Thanks
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...