I have a module of code that runs to create an Outlook email. The user now wants to select from a defined list of messages to insert into the email based on the client they are sending the email to. The client record is associated to a "message" table that shows which message(s) are available to send the client.
If I open a form during the "create_email" module to get the selected message, how do I resume the code to use the selected message and continue with the email creation? I am drawing a blank on this one.
Any thoughts would be a help. Here is a brief diagram of what I need to do.