Microsoft
Software
Hardware
Network
Question : MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
Hi,
I need to Export Access Queries to populate an Excel Doc.
I have a few examples from an older book (Access 2000)
But any VBA code is appreciated
Thanks
Jfer
Answer : MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
this will export your query to excel
DoCmd.TransferSpreadsheet acexport, acSpreadsheetTypeExcel9, _ "NamqOfQuery","C:\myExcel.
xls",True
Random Solutions
VBA Code for Charts/Graphs
GridView Sorting
Exchange 2007 powershell commands
Can not print £ sign on zebra 2844 printer
Can anyone tell me what this Outlook code does...
SQL Errors - Cannot execute as the database principal
How to Restart the IIS in Local System in Windows XP
split column
Best way to package upgrades in Access
Access a SBS 2003 remotely via Remote Desktop gives a Logon Error.