In Access, when you do an Export (through the menus) you can define an export specification. This lets you set all kinds of details about the data format (for example delimited or fixed width fields), field delimiter, text delimiter (your unwanted quotes) and so on.
Once you do that, you can save the specification with a name. Then in your code, according to NeoPa, you can say to use that spec.
This may solve your quote problem.
Once you do that, you can save the specification with a name. Then in your code, according to NeoPa, you can say to use that spec.
This may solve your quote problem.
Comment