Hi, i am using the code below to export a Query to Excel ...
Dim sSQL as String
sSQL = "qry_CustomerDataIO_EncompassSiteTemplate"
DoCmd.TransferSpreadsheet acExport, , sSQL, exportFilePath, False
... the problem is that on just 1 particular PC (out of 12), the 1st column does not get populated in the spreadsheet. I have heard something about a Registry setting that sets the IMEX=1 / IMEX=2 setting for the oledb connection ?. Does anyone know if / how this can be changed ?, ido not want to alter the code if possible. Thanks for your help.
Dim sSQL as String
sSQL = "qry_CustomerDataIO_EncompassSiteTemplate"
DoCmd.TransferSpreadsheet acExport, , sSQL, exportFilePath, False
... the problem is that on just 1 particular PC (out of 12), the 1st column does not get populated in the spreadsheet. I have heard something about a Registry setting that sets the IMEX=1 / IMEX=2 setting for the oledb connection ?. Does anyone know if / how this can be changed ?, ido not want to alter the code if possible. Thanks for your help.