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)", "", ""...