R
RudiK
I am trying to export records based on a query.
DoCmd.TransferSpreadsheet
acExport, , "Query", "C:\test.xls", True
The Query "query" works fine but it does not seem to be
accepted by the "TransferSpreadsheet"-method. I get an
error 7874 which says that the object "query" can not be
found ? Am i doing someting wrong ???
DoCmd.TransferSpreadsheet
acExport, , "Query", "C:\test.xls", True
The Query "query" works fine but it does not seem to be
accepted by the "TransferSpreadsheet"-method. I get an
error 7874 which says that the object "query" can not be
found ? Am i doing someting wrong ???