I have several Private Subs that call OTHER private subs. If these new subs are called I would like to cancel the execution of the first sub (i.e. I don't want the new sub to be executed and then RETURN to the first sub to continue execution).
That would normally work... The problem is that the first sub's process continues while the second sub executes. My problem is that I can't get code in my second sub to execute while another sub's process still exists (my first sub is an "Before Update" event, and my second sub is trying to save a record... you can't save a record until the Before Update event is canceled).
Could you describe the process more?
Are you trying to save the same data in the second sub that also triggers the Before Update (first sub)?
What else are you doing in the Before Update event?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.