Hi,
I have a 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 ....
Problems Im facing:
1. I want to use the to: email address from the textbox input in the 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!! Why is this?
Thanks in advance for any ideas/input
I have a 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 ....
Problems Im facing:
1. I want to use the to: email address from the textbox input in the 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!! Why is this?
Thanks in advance for any ideas/input