B
Ben Hudgins
I'm getting a funky error when I run the following:
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel8, "MyQuery", "C:\Test.xls", True
When I open "Test.xls", all of the string fields have been
prepended with an apostrophe (ie. LastName has
become 'LastName). Has anyone else encountered this little
baby or am I simply delusional?
Thanks in advance,
Ben
DoCmd.TransferSpreadsheet acExport, _
acSpreadsheetTypeExcel8, "MyQuery", "C:\Test.xls", True
When I open "Test.xls", all of the string fields have been
prepended with an apostrophe (ie. LastName has
become 'LastName). Has anyone else encountered this little
baby or am I simply delusional?
Thanks in advance,
Ben