DoCmd.Send Obkect Help

B

bgreer5050

I have a report "OpenPosReport" that uses a query "OpenPos":

I would like to send the report to a recipient from a field
"RequestorEmail" using Do.CmdSendObject.

I have sent reports using Access Macros before, but never using the
DoCmdSendObject.

Can someone please help me write the code?

Thanks
 
R

Ruel Cespedes via AccessMonster.com

I can help you. But I must know what format are you going to Email the
Report:

1. Rich Text Format
2. Excel
3. Text File
4. HTML
5. Snapshot Format
 
Top