Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ralstat

    Cancel execution of Private Sub when you call another Sub

    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...
  2. ralstat

    Cancel execution of Private Sub when you call another Sub

    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?
  3. ralstat

    Process All Detail on Report "On Open"

    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...

Part and Inventory Search

Back
Top