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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wcamny

    AfterUpdate event won't trigger Why?

    Thanx Joe the code is in the form module. the function takes the ammount in a textBox and divides it by 4. and every time i change the ammount i want to update the original ammount by minusing the origingal ammount with the expense and then divide it again by 4. when I first wrorte or when i...
  2. wcamny

    AfterUpdate event won't trigger Why?

    this is the some code i wrote on a whole bunch of controls, each call a sub at the afterUpdate event. but the only one that actually works is the first one(cbmDyn1), the rest just don't trigger the afterUpdate event please help if you could. Private Sub cmbDyn1_AfterUpdate() Call curInsAmm...

Part and Inventory Search

Back
Top