R
RLN
Re: Access 2003
The FE is on the workstation and the BE is on the file server. Right now
the system only has 2 concurrent users.
I have a process in my application that sends out email confirmations
internally in the company that indicate that the processing of their
financial transactions has completed. Generally when the user runs this
code module to send the emails, it might take 2 to 3 minutes, depending on
the number of emails that need to be sent out.
Right now the user cannot do anything else in the app until this process
gets done.
Is there some VBA code I can add that would run the email sending process in
the background so the user can continue using other parts of the application?
Thanks...
The FE is on the workstation and the BE is on the file server. Right now
the system only has 2 concurrent users.
I have a process in my application that sends out email confirmations
internally in the company that indicate that the processing of their
financial transactions has completed. Generally when the user runs this
code module to send the emails, it might take 2 to 3 minutes, depending on
the number of emails that need to be sent out.
Right now the user cannot do anything else in the app until this process
gets done.
Is there some VBA code I can add that would run the email sending process in
the background so the user can continue using other parts of the application?
Thanks...