S
slymeat
When I insert a new record in a subform and then move off the sub-form, the
AfterInsert and AfterUpdate events/macros are both running, one after the
other.
Is there anyway of preventing the Afterupdate event/macro from running as
well as the AfterInsert method (when I insert a new record). I have separate
pieces of code that run on for each event but the code that runs on the
AfterUpdate event causes an error if it runs after the code that runs for the
AfterInsert event. (Hope this makes sense!)
I need the code to be also present in the Afterupdate event to cover that
occurance.
Any help would be greatly appreciated
AfterInsert and AfterUpdate events/macros are both running, one after the
other.
Is there anyway of preventing the Afterupdate event/macro from running as
well as the AfterInsert method (when I insert a new record). I have separate
pieces of code that run on for each event but the code that runs on the
AfterUpdate event causes an error if it runs after the code that runs for the
AfterInsert event. (Hope this makes sense!)
I need the code to be also present in the Afterupdate event to cover that
occurance.
Any help would be greatly appreciated