G
Guest
Hi All,
I have a database and i want my users to be able to send an email from a
given page, i have no access to their machines and therefore cannot do
anything in their Outlook, so it all has to be done from Access. I can write
this code:
strMessage.Value = "blah blah blah"
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test",
strMessage, True
however, i want to be able to change the font, size, bold, add carriage
returns etc to the message body text.
Can any give me any guidance on how to do this. I have seen where people
create an email message but none of the answers are specific enough to show
me exactly what to do as i haven't done anything like that before.
Thanks for your help.
I have a database and i want my users to be able to send an email from a
given page, i have no access to their machines and therefore cannot do
anything in their Outlook, so it all has to be done from Access. I can write
this code:
strMessage.Value = "blah blah blah"
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test",
strMessage, True
however, i want to be able to change the font, size, bold, add carriage
returns etc to the message body text.
Can any give me any guidance on how to do this. I have seen where people
create an email message but none of the answers are specific enough to show
me exactly what to do as i haven't done anything like that before.
Thanks for your help.