Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set ListIndex...AfterUpdate fires TWICE!?

Status
Not open for further replies.

utc13

Programmer
Oct 25, 2001
43
US
I have a combobox of which the AfterUpdate event fires not once but TWICE when I set the ListIndex value via code. Anyone know why this happens and/or how to avoid it?

Thanks in advance!
 
If it possible that you are also manually calling the code from somewhere else such as On Current code to setup a new record and something you are doing is triggering On Current? Have you tried single stepping through the code to see what is actually happening?

Good LucK!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top