A
A Coyle
Hi
I am exporting some records to csv file using the docmd.TransferText command
Some of the records have empty text fields.
When I export these records they are comma deliminated, the text values have
quotes around them, but a record without any text just gets the commas
eg
"record1", 10, 20, 30, "textField", 40
"record2", 50, 60, 70, , 80
I need the EMPTY text field to be quoted as well. For example I would like
the above to become:
"record1", 10, 20, 30, "textField", 40
"record2", 50, 60, 70, "", 80
Please help.
Thanks in advance
regards
A
I am exporting some records to csv file using the docmd.TransferText command
Some of the records have empty text fields.
When I export these records they are comma deliminated, the text values have
quotes around them, but a record without any text just gets the commas
eg
"record1", 10, 20, 30, "textField", 40
"record2", 50, 60, 70, , 80
I need the EMPTY text field to be quoted as well. For example I would like
the above to become:
"record1", 10, 20, 30, "textField", 40
"record2", 50, 60, 70, "", 80
Please help.
Thanks in advance
regards
A