C
Cadburys
Hi
I have a button on my form which attaches a report in pdf format to an email
.. The problem is that the email address is coming up incorrectly in Outlook
and says that it does not recognise the address.
My code is as follows:
DoCmd.SendObject acSendReport, "Confirmed", , [EmailAddress], , ,
"Booking Confirmation"
The [EmailAddress] refers to my email address field on the form which might
be (e-mail address removed) but in Outlook it comes up as
(e-mail address removed)#mailto:[email protected]#
What am I doing wrong? Thanks for any help!
I have a button on my form which attaches a report in pdf format to an email
.. The problem is that the email address is coming up incorrectly in Outlook
and says that it does not recognise the address.
My code is as follows:
DoCmd.SendObject acSendReport, "Confirmed", , [EmailAddress], , ,
"Booking Confirmation"
The [EmailAddress] refers to my email address field on the form which might
be (e-mail address removed) but in Outlook it comes up as
(e-mail address removed)#mailto:[email protected]#
What am I doing wrong? Thanks for any help!