zzfive03
Programmer
- Jun 11, 2001
- 267
Hello,
I have a probelm where i have 2 buttons, each one brings up a custom form (a message form).
The user(s) have 2 email accounts.
jsmith@company1.com
jsmith@company2.com
The employer wants it so that form 1 sends email from email 1 and form 2 sends the email from email 2.
Reading, it looks like its not possible via VBA to change the from field due to security reasions. Is there any way around this to get to my goal?
I was thinking I could dynamicly build a form during the button click and set the From field at that point, but I dont know if that is possible.
Any suggestions would be great.
Mark
I have a probelm where i have 2 buttons, each one brings up a custom form (a message form).
The user(s) have 2 email accounts.
jsmith@company1.com
jsmith@company2.com
The employer wants it so that form 1 sends email from email 1 and form 2 sends the email from email 2.
Reading, it looks like its not possible via VBA to change the from field due to security reasions. Is there any way around this to get to my goal?
I was thinking I could dynamicly build a form during the button click and set the From field at that point, but I dont know if that is possible.
Any suggestions would be great.
Mark