G
Guest
Hi,
in my current access vba project I have to set a textbox's '.text' property
to a specific value:
txtTest1.SetFocus
txtTest1.Text = ""
Now, when I run this code, the GotFocus handler of txtTest1 is called - how
can I prevent this? How can I erase a textbox's text property without calling
the GotFocus handler?
Thanks
Peter
in my current access vba project I have to set a textbox's '.text' property
to a specific value:
txtTest1.SetFocus
txtTest1.Text = ""
Now, when I run this code, the GotFocus handler of txtTest1 is called - how
can I prevent this? How can I erase a textbox's text property without calling
the GotFocus handler?
Thanks
Peter