
TextBox and AfterUpdate Event
I am using this Event in a TextBox on a simple Form that has two other
Textboxes and a couple of CommandButtons.
The AfterUpdate Event hides the Textbox, fires a calculation that uses its
value and the second Textbox's value, and places the result in the third
Texbox. Then Shows the Form again.
The problem is it won't let me do anything else, like enter data in the
other Textboxes or click a command button.
Any advice about using this Event?
Thanks,
Fred