John M
02-09-2002, 08:28 PM
Is there a way to trigger an event in a control?? When my form loads I want to be able to trigger AfterUpdate event in a combo box control. Thanks in advance.
|
View Full Version : Trigger Events John M 02-09-2002, 08:28 PM Is there a way to trigger an event in a control?? When my form loads I want to be able to trigger AfterUpdate event in a combo box control. Thanks in advance. Rich_Lovina 02-11-2002, 03:57 AM Have you right clicked yr comboboc, then properties, then clicked event and away you go... John M 02-11-2002, 08:23 AM Sorry I forgot to mention from Visual Basic. I am trying to trigger the AfterUpdate event in the combo box after click another button. Thanks. |