J
Jackson via AccessMonster.com
Hi,
I have a module called SendTrades which first checks conditions to send an
email, if the conditions are satified, it calls another module, EmailTrades
which will then put together an email and send it off.
It then goes back to the SendTrades function which then launches an update
query which updates which records have been sent via email.
If my mailbox in Outlook is full, currently the email doesn't get sent but
since the error is in the called function the original SendTrades continues
and updates the records as sent. What I want to do is when EmailTrades faces
any sort of error emailing, it then passes back to SendTrades but at the
Error Handler line - is this possible?
Thanks.
I have a module called SendTrades which first checks conditions to send an
email, if the conditions are satified, it calls another module, EmailTrades
which will then put together an email and send it off.
It then goes back to the SendTrades function which then launches an update
query which updates which records have been sent via email.
If my mailbox in Outlook is full, currently the email doesn't get sent but
since the error is in the called function the original SendTrades continues
and updates the records as sent. What I want to do is when EmailTrades faces
any sort of error emailing, it then passes back to SendTrades but at the
Error Handler line - is this possible?
Thanks.