G
Guest
Hello!
I need to append records to a comma and quote delimited text file, such as:
"Field_1",123,"Field_2","Field_3"," ","Field_4", etc.
I am trying to build a text string within Access and use the Print command to
write the string to the text file. But I can't figure out the proper syntax to
embed the quote delimiters. (Note that Field_1, Field_2, etc. need to reflect
the values of those fields -- not the field names treated as literals.)
Note also that I cannot use the Access export utility because this apparently
does not allow updating of a text file in append mode!
Please help!
Tom
I need to append records to a comma and quote delimited text file, such as:
"Field_1",123,"Field_2","Field_3"," ","Field_4", etc.
I am trying to build a text string within Access and use the Print command to
write the string to the text file. But I can't figure out the proper syntax to
embed the quote delimiters. (Note that Field_1, Field_2, etc. need to reflect
the values of those fields -- not the field names treated as literals.)
Note also that I cannot use the Access export utility because this apparently
does not allow updating of a text file in append mode!
Please help!
Tom