Top of the morning!
I set up an unbound text box for users to enter a password. If correct, a Delete button becomes visible, otherwise, not.
ANYWAY, it has Inpiut Mask of Password. But after user enters the password (correct or not) the field only PARTIALLY resets to a blank one. It still shows a single '*'.
I have the line: Me.MAYI = "" in the after update event.
Any ideas? (I also have the same problem when I used: Me.MAYI = Null
Thanks.
Russ
I set up an unbound text box for users to enter a password. If correct, a Delete button becomes visible, otherwise, not.
ANYWAY, it has Inpiut Mask of Password. But after user enters the password (correct or not) the field only PARTIALLY resets to a blank one. It still shows a single '*'.
I have the line: Me.MAYI = "" in the after update event.
Any ideas? (I also have the same problem when I used: Me.MAYI = Null
Thanks.
Russ