I need to pause an Access macro to get the user to have a "second chance" - i.e. "Are you sure? Y or N" dialog with control buttons to click for yes or no response. The problem is, I can't figure out how to stop the macro from continuing while the dialog is pending.
I know that I can always have the call to the dialog then start a new macro from the buttons, but I want an "all purpose" dialog... sort of a free standing function that can be inserted into several different macros for diff purposes instead of each having its own form and secondary macros.
Any info would be appreciated.
PS - it has to be backward compatible to Access 2002.
I know that I can always have the call to the dialog then start a new macro from the buttons, but I want an "all purpose" dialog... sort of a free standing function that can be inserted into several different macros for diff purposes instead of each having its own form and secondary macros.
Any info would be appreciated.
PS - it has to be backward compatible to Access 2002.