Hi,
I'm using Access 2000 on Windows 2000 and got the following question:
In a database I'm using the following VBA to export the data from query "Q_report" to an Excel file:
DoCmd.TransferSpreadsheet acExport, , "Q_report", "C:\Data\export"
Now this works fine, I get the excel file with this...