Programming After Update Event

  • Thread starter Thread starter karen scheu via AccessMonster.com
  • Start date Start date
K

karen scheu via AccessMonster.com

I am a new to programming in VB environment for Access forms. I am trying
to write code on the AfterUpdate event of a combo box on a form. I saved
the code and after closing VB I go back to the form design and in the
properties box for the combo box, I select code builder for the after
update event. I don't see my code, but if I search the project I find it.
Can someone explain why this is happening?
 
Check if the name of the combo is the same as writen in
the code.

If you build the code and then you change the name of the
combo it wont relate to it any more
 
Back
Top