P
Paul
In a Access form I assign an "After Update" event to a combobox. If certain
value in the droplist of the combobox is selected, it will do a bunch of
things. What I need to do is make sure one of the textbox named "Textbox1"
has to be filled in before the "After Update" event kick in, if it is empty
it should not execute the "After Update" event and reverse the combobox
value back to the value before. What event should I use? "Dirty" or "Before
Update" event and how do I stop the "After Update" event and de-select the
droplist value if the textbox1 is empty. Thanks
value in the droplist of the combobox is selected, it will do a bunch of
things. What I need to do is make sure one of the textbox named "Textbox1"
has to be filled in before the "After Update" event kick in, if it is empty
it should not execute the "After Update" event and reverse the combobox
value back to the value before. What event should I use? "Dirty" or "Before
Update" event and how do I stop the "After Update" event and de-select the
droplist value if the textbox1 is empty. Thanks