creating a table to export to excel

businessman

Registered User.
Local time
Yesterday, 22:40
Joined
Jun 19, 2006
Messages
79
how easy is it to have access create a table and export it to excel, and then have fields on an already made spreadsheet filled in.
 
1. You don't need to create a table, you can export a query.
2. The TransferSpreadsheet Method/Action will export a query/table to a specific sheet in a workbook. If you want to place fields here and there, you will need to do it with VBA automation. Search the MSDN library for Excel automation examples. You can also find some in Excel Help. Access will only display help for automating Access. You need to find help for automating a product in that product's help file.
 

Users who are viewing this thread

Back
Top Bottom