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).
How can I do this?
I have a report that when opened it updates the table bound to the detail records with additional information generated by the report.
The problem is that the user must click to the last page of the report to have the code executed on all detail records. So therefore, only the first page of...
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.