Hello,
I have two questions. First, is there a way to export different tables into one Excel workbook, so that each table ends up being in the separate sheets?
Second question, the limit for maximum number of records in Excel 2000 is something around 65000. I use Access 97, but export to Excel 2000, using this statement below:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "tblAutoPassExport","C:\File.xls",True
Only 16000 records get exported though.
Please comment on these issues.
Will appreciate any help
THanks.
I have two questions. First, is there a way to export different tables into one Excel workbook, so that each table ends up being in the separate sheets?
Second question, the limit for maximum number of records in Excel 2000 is something around 65000. I use Access 97, but export to Excel 2000, using this statement below:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "tblAutoPassExport","C:\File.xls",True
Only 16000 records get exported though.
Please comment on these issues.
Will appreciate any help
THanks.