G
Guest
I need to create a series of small text files using the contents of fields as
file names and contents. The source table ("tblSource") has two fields,
"strFilenam" and "strText". Each "strText" entry needs to become its own
separate file named something like strFilenam.txt. I have tried
DoCmd.OutputTo and TransferText, but keep failing to find a combination that
will create separately-named files.
file names and contents. The source table ("tblSource") has two fields,
"strFilenam" and "strText". Each "strText" entry needs to become its own
separate file named something like strFilenam.txt. I have tried
DoCmd.OutputTo and TransferText, but keep failing to find a combination that
will create separately-named files.