L
Linda in Iowa
This code works great on my computer to open the email program and input the
email address, subject, and text:
DoCmd.SendObject acSendNoObject, , , Me!EMAIL, , , "subject text", "message
text"
when I run the program from someone else's computer I get an error message
about SendObject not available.
They get mail from MSN and Yahoo. Outlook Express is on the computer and
that is what I use, just don't think they use it. Could it be there isn't a
default email program on the computer? Can I set up Outlook Express to open
when the DoCmd. sendObject is run?
email address, subject, and text:
DoCmd.SendObject acSendNoObject, , , Me!EMAIL, , , "subject text", "message
text"
when I run the program from someone else's computer I get an error message
about SendObject not available.
They get mail from MSN and Yahoo. Outlook Express is on the computer and
that is what I use, just don't think they use it. Could it be there isn't a
default email program on the computer? Can I set up Outlook Express to open
when the DoCmd. sendObject is run?