One way to send a report: Build a query by form using
[forms].[form1].[primarykey] as the Criteria. Use the query as the data
source for the report. Add the following to a command button:
DoCmd.SendObject acSendReport,
"report1",acFormatRTF,"toaddressee","ccaddressee","bccaddressee",,"subject","body",true
Format can be XLS, RTF, HTML or TXT.
True will open the email app
False will send without editing
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.