Being new to Access (Running Access 2000) trying to work on some pre-existing applications, I'm trying to understand many things.
How do I launch a table editing session, and then display a reminder message to the user after they close the table edit session?
Existing Code which launches a list table for editing:
DoCmd.OpenTable "tbl_List"
Adding a msgbox as the next line of code, executes immediately, rather than waiting for the
table close.
Would another approach be better? Objective: Provide the user the ability to edit a table driven look-up list, while they're on a form, once they're done editing the table, display a message.
suggestion, guidance appreciated, as I'm relatively new to Access, have more experience with Paradox DOS, where the Wait Table command would address this type of issue...
Thanks,
John
How do I launch a table editing session, and then display a reminder message to the user after they close the table edit session?
Existing Code which launches a list table for editing:
DoCmd.OpenTable "tbl_List"
Adding a msgbox as the next line of code, executes immediately, rather than waiting for the
table close.
Would another approach be better? Objective: Provide the user the ability to edit a table driven look-up list, while they're on a form, once they're done editing the table, display a message.
suggestion, guidance appreciated, as I'm relatively new to Access, have more experience with Paradox DOS, where the Wait Table command would address this type of issue...
Thanks,
John