P
Priya
Hi,
I have an email button - on clicking of which I would like
to open our default email client - MS Outlook with a
report attached as a word document
Im using DoCmd.SendObject .... Right now I can get this
working if I have the email address specified in the code.
Problems Im facing:
1. I want to use the " to: email address " from what a
textbox (Email address) on the same form. How can I do
this?
2. The report I'd created has 2 jpegs , but when it
attaches as a word doc, both these jpegs are missing!!
Moreover the format is not the same! Is there a way to get
the word doc to look exactly like my report?
Thanks in advance for any ideas/input
I have an email button - on clicking of which I would like
to open our default email client - MS Outlook with a
report attached as a word document
Im using DoCmd.SendObject .... Right now I can get this
working if I have the email address specified in the code.
Problems Im facing:
1. I want to use the " to: email address " from what a
textbox (Email address) on the same form. How can I do
this?
2. The report I'd created has 2 jpegs , but when it
attaches as a word doc, both these jpegs are missing!!
Moreover the format is not the same! Is there a way to get
the word doc to look exactly like my report?
Thanks in advance for any ideas/input