is this even possible?
this simple piece of code in Access (where Receiver is a variable containing the email address that I want to send the message to, it is pulled from an Access table)
keeps hitting the error section and gives this output msg:
"The SendObject action was cancelled"
Any Ideas???
Thnx
this simple piece of code in Access (where Receiver is a variable containing the email address that I want to send the message to, it is pulled from an Access table)
Code:
DoCmd.SendObject , , , Receiver, , , "This is a test."
keeps hitting the error section and gives this output msg:
"The SendObject action was cancelled"
Any Ideas???
Thnx