G
Guest
Thanks for taking the time to read my question.
Currently I'm sending an e-mail message with this:
DoCmd.SendObject acSendNoObject, , acFormatRTF, Manager & ";" &
TheDefaultVendorEmail, TheDefaultCc, , TheEmailSubject, TheMessageText, -1
Is there a way I can change the "Reply" address, so that when the person
replies to the e-mail it actually goes to a different person?
Example: Person A wants a new pencil, they fill out the form in the database
and click the button to get approval. The e-mail goes to their manager. Now
9 times out of 10, even if I put a special bolded note to FORWARD the message
on to the next person, the managers will click REPLY. So to make life simple
I'd like to set the Reply to the next person... me.
Is this possible?
Brad
Currently I'm sending an e-mail message with this:
DoCmd.SendObject acSendNoObject, , acFormatRTF, Manager & ";" &
TheDefaultVendorEmail, TheDefaultCc, , TheEmailSubject, TheMessageText, -1
Is there a way I can change the "Reply" address, so that when the person
replies to the e-mail it actually goes to a different person?
Example: Person A wants a new pencil, they fill out the form in the database
and click the button to get approval. The e-mail goes to their manager. Now
9 times out of 10, even if I put a special bolded note to FORWARD the message
on to the next person, the managers will click REPLY. So to make life simple
I'd like to set the Reply to the next person... me.
Is this possible?
Brad