I have some code, working in Access 2007.
I want it to work in Access 2000 also.
The export from a table works fine:
DoCmd.OutputTo acOutputTable, "Data", acFormatXLS, , -1
The export from a query does work in Access 2007 but not in Access 2000:
DoCmd.OutputTo acOutputQuery, "Temp_N°_Code", acFormatXLS, , -1
Any help?
I want it to work in Access 2000 also.
The export from a table works fine:
DoCmd.OutputTo acOutputTable, "Data", acFormatXLS, , -1
The export from a query does work in Access 2007 but not in Access 2000:
DoCmd.OutputTo acOutputQuery, "Temp_N°_Code", acFormatXLS, , -1
Any help?