AndyShuter
Registered User.
- Local time
- Today, 23:08
- Joined
- Mar 3, 2003
- Messages
- 151
Hi,
Just wondered if it was possible to e-mail more than 1 table using the SendObject command.
Here is my current code, what I would like to do is also send the tblHirer table as an Excel spreadsheet as well!
Thanks
DoCmd.SendObject acTable, "tblDeal", "MicrosoftExcelBiff8(*.xls)", "", "", "", "", "", True, ""
Just wondered if it was possible to e-mail more than 1 table using the SendObject command.
Here is my current code, what I would like to do is also send the tblHirer table as an Excel spreadsheet as well!
Thanks
DoCmd.SendObject acTable, "tblDeal", "MicrosoftExcelBiff8(*.xls)", "", "", "", "", "", True, ""