G
Guest
Hi
I've designed in access , a password form in which a textbox,cancel and Ok
commands are used . In form timer I wrote an If code as follows :
<< If text.text="password" then OKcmd.enabled=True
<< If text.text<>"password" then OKcmd.enabled=False
The code runs and works well , but when textbox.inputmask is set to
"password" astrisk(*) , I receive run time error 2196 and it doen't work
anymore.
I wanna know what's the problem
Thanks A Lot
I've designed in access , a password form in which a textbox,cancel and Ok
commands are used . In form timer I wrote an If code as follows :
<< If text.text="password" then OKcmd.enabled=True
<< If text.text<>"password" then OKcmd.enabled=False
The code runs and works well , but when textbox.inputmask is set to
"password" astrisk(*) , I receive run time error 2196 and it doen't work
anymore.
I wanna know what's the problem
Thanks A Lot