Email a report
DoCmd.SendObject acSendReport, "REPORT NAME", acFormatRTF, "EMAIL ADDRESS", , , "EMAIL SUBJECT", , False
The above code segment can be used to send an Access Report as an attachement. This would run from the onclick event of a command button.
Suggest looking in help for more detailed explanation.