I want to import a single table in excel from access. How can I save this single table away from batabase as a whole. Or a better question how can I just import one table into axcel.
I want to import a single table in excel from access. How can I save this single table away from batabase as a whole. Or a better question how can I just import one table into axcel.
export to excel with a macro
importExport, export, excel...
or 1 vba command
docmd.TransferSpreadsheet acExport ,acSpreadsheetTypeExcel12 ,tbl,file,true