J
Jean-Paul
Hi,
with following code I send an email
SUBJECTBOX = "Mailing 4-parts"
MESSAGEBOX = ""
DoCmd.SendObject , , , "MAILTO:" & Me!Tekst90, , , [SUBJECTBOX],
[MESSAGEBOX], -1
This opens my mail-program and places everything in the correct fields...
So far... perfect
But, when I finally don't want to send the the mail and close the
"mail-send-window" I get an errormessage 2501:
Action SendObject is cancelled
I don't want this errormessage to appear because there was nothing wrong...
How to avoid this?
with following code I send an email
SUBJECTBOX = "Mailing 4-parts"
MESSAGEBOX = ""
DoCmd.SendObject , , , "MAILTO:" & Me!Tekst90, , , [SUBJECTBOX],
[MESSAGEBOX], -1
This opens my mail-program and places everything in the correct fields...
So far... perfect
But, when I finally don't want to send the the mail and close the
"mail-send-window" I get an errormessage 2501:
Action SendObject is cancelled
I don't want this errormessage to appear because there was nothing wrong...
How to avoid this?