J
JimS
I have a very simple form. It's a header/detail structure with PO Header and
PO Lines. PO Lines is presented on a subform in continuous forms. Whenever I
change a line, I want to add up the dollar amount and post it to the header.
I know, redundant, but it'll be awhile before I can get in and fix that.
My problem is that I can't get events to fire on the form. I added an
AfterUpdate event to do the addition, and set an F9 break on it. It never
fires. The addition is not posted to the main form.
I can't seem to get this fixed. The only thing that's unusual about this
form is that the form and subform began life with different names (the wizard
named them, then later I renamed them). It seems the event handlers I've
added since the rename are the ones not firing...
Any ideas?
PO Lines. PO Lines is presented on a subform in continuous forms. Whenever I
change a line, I want to add up the dollar amount and post it to the header.
I know, redundant, but it'll be awhile before I can get in and fix that.
My problem is that I can't get events to fire on the form. I added an
AfterUpdate event to do the addition, and set an F9 break on it. It never
fires. The addition is not posted to the main form.
I can't seem to get this fixed. The only thing that's unusual about this
form is that the form and subform began life with different names (the wizard
named them, then later I renamed them). It seems the event handlers I've
added since the rename are the ones not firing...
Any ideas?