G
Guest
I have a trainign database which is used in regional locations I am
attempting to program a process whereby all Additions, Edits and Deletions
are recorded and can then be sent to a central location for import.
I have added code to write an update table along with additions and
deletions and have added code to the AfterUpdate event to write the Edit. So
far so good however 2 of my forms have subforms which need to be edited and
recorded. I placed the appropriate code (working everywhere else) into the
AfterUpdate event on the subform. Problem is that the subform AfterUpdate
event doesn't appear to be firing when I make a change to a record on the
subform.
I was under the impression that AfterUpdate fires everytime a record is
changed.
Help needed and appreciated.
Teewan
attempting to program a process whereby all Additions, Edits and Deletions
are recorded and can then be sent to a central location for import.
I have added code to write an update table along with additions and
deletions and have added code to the AfterUpdate event to write the Edit. So
far so good however 2 of my forms have subforms which need to be edited and
recorded. I placed the appropriate code (working everywhere else) into the
AfterUpdate event on the subform. Problem is that the subform AfterUpdate
event doesn't appear to be firing when I make a change to a record on the
subform.
I was under the impression that AfterUpdate fires everytime a record is
changed.
Help needed and appreciated.
Teewan