L
Luke
Auto-update is run every night that refreshes values in
several tables (Access 2000). If any of the updates is
not complete or fails to update the tables I need to send
an email message (Outlook) to selected users advising
them the data is incomplete. I have tried to use the
SendObject command:
strMessage = "<Message text>"
DoCmd.SendObject , , acFormatTXT, _
"<email address", , , _
"<Title>", strMessage, True
but get the same error message as described in Microsoft
Knowledge Base Article - 263084 and a personal
intervention is needed to send the message. Updating the
Outlook security is not possible now.
Is there another way to do this? Thank you for your
suggestions.
Luke
several tables (Access 2000). If any of the updates is
not complete or fails to update the tables I need to send
an email message (Outlook) to selected users advising
them the data is incomplete. I have tried to use the
SendObject command:
strMessage = "<Message text>"
DoCmd.SendObject , , acFormatTXT, _
"<email address", , , _
"<Title>", strMessage, True
but get the same error message as described in Microsoft
Knowledge Base Article - 263084 and a personal
intervention is needed to send the message. Updating the
Outlook security is not possible now.
Is there another way to do this? Thank you for your
suggestions.
Luke