I will start by saying I am not a programmer. I have a database that is want to export from Access table to Excel table.
I am doing it now with " DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "inventory", "S:\Access\Adam\PdfFiles\inventory.xls", True" .
It works great but then I have to go to Excel and click on Insert Table to convert the to a table that is easy to use. Is there a way to do this in the Export???
I am doing it now with " DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "inventory", "S:\Access\Adam\PdfFiles\inventory.xls", True" .
It works great but then I have to go to Excel and click on Insert Table to convert the to a table that is easy to use. Is there a way to do this in the Export???