PendulumMan
11-07-2000, 02:07 PM
I dont seem to have an AfterUpdate or BeforeUpdate event for my TextBox or ComboBox. Am I overlooking something? How do I manipulate an Afterupdate event, I do not like the idea of using the Change Event.
Thanks again for all the help,
Derrick
BillSoo
11-07-2000, 02:12 PM
Try the Validate event.
"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder
PendulumMan
11-07-2000, 02:29 PM
Thanks - but now the problem is with the ComboBox - I want an event to be triggered when they choose an option in the list (was the AfterUpdate event in Access). Using the Validate event, the control will need to lose focus before calling the event.
Any other suggestions?
BillSoo
11-07-2000, 02:35 PM
Well...I normally use the Click event for the combo box. Of course, I seldom use the combo style, instead, I use drop down listboxes.
"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder