Does anyone know how to get Access 2000 to output a comma-delimited file in this format:
Good> Cat, "John, Doe", 32, $3.44, "Denver, CO", 1234
NOT like this:
Bad> "Cat", "John, Doe", "32", "$3.44", "Denver, CO", "1234"
Only put quotes around the data that contains commas.... not "everything".
I played with the output settings... and even under the "advanced" button... but there doesn't seem to be a solution.
(It works as I need when using Excel, but not when using Access.)
I have no idea which output is the "standard" (if there is one)... but I definitely need to use Access... and I definitely need the "Good" example shown above.)