K
KSL
I'm new to programming Access (and to programming in general) What I'm trying
to do is the following and I'm not exactly sure what is the best way to go
about doing it.
I have a querry that I need to export each record of as a seperate text
file. The text file itself will remain the same (i.e "foo.txt)" however the
path itself will change based upon 2 fields in the querry
(\\set\path\var1\var2\foo.txt)
Lastly I need the text file to be formatted like so:
blah=var1
blah=var2
blah=var3
Help Suggestions?
to do is the following and I'm not exactly sure what is the best way to go
about doing it.
I have a querry that I need to export each record of as a seperate text
file. The text file itself will remain the same (i.e "foo.txt)" however the
path itself will change based upon 2 fields in the querry
(\\set\path\var1\var2\foo.txt)
Lastly I need the text file to be formatted like so:
blah=var1
blah=var2
blah=var3
Help Suggestions?