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
convertin CString to const char*
Import sent items
can't get wmi asusmanagement object
how to control the veiw of a subreport?
I have a text box on an access 2003 form, w/key behavior = new line in field text w/scroll out box
Publisher cannot open the file
Cannot Open PDF in IE7, Tries to save .aspx file instead
remove old computers from active directory 2008
ODBC Error on Refreshing a QueryTable
Access 2007 - Allow Edit on a form (form based on query)