Bullsandbears123
Technical User
When I use the
DoCmd.TransferSpreadsheet acExport, , "myquery", strpath, True, ""
I get an extra apostrophe in front of some fields. I'm not sure why. The particular fields are text fields, does that matter? How can I get rid of the extra apostrophe?
I get...
'mystring
'mystring1
'mystring2
'mystring3
instead of
mystring
mystring1
mystring2
mystring3
What could cause such a weird thing?
THANK YOU!!
DoCmd.TransferSpreadsheet acExport, , "myquery", strpath, True, ""
I get an extra apostrophe in front of some fields. I'm not sure why. The particular fields are text fields, does that matter? How can I get rid of the extra apostrophe?
I get...
'mystring
'mystring1
'mystring2
'mystring3
instead of
mystring
mystring1
mystring2
mystring3
What could cause such a weird thing?
THANK YOU!!