J
Jeff Hunt
Is there a way to export data from form fields or from code directly into a
text file? I’ve looked at the DoCmd.TransferText acExportDelim option, but
that appears to need the data to be in a table, which I’d rather avoid. I am
trying to feed commands to one of our programs, and they have to be done as a
comma-delimited text file. I don’t want to use a table, because I want to
change the number and order of the fields on the fly, which from what I
gather would require a slew of tables for the number of options I need. Is
it possible to export a string variable directly to a text file? I think
that would work best for me.
text file? I’ve looked at the DoCmd.TransferText acExportDelim option, but
that appears to need the data to be in a table, which I’d rather avoid. I am
trying to feed commands to one of our programs, and they have to be done as a
comma-delimited text file. I don’t want to use a table, because I want to
change the number and order of the fields on the fly, which from what I
gather would require a slew of tables for the number of options I need. Is
it possible to export a string variable directly to a text file? I think
that would work best for me.