E
Earl G via AccessMonster.com
I'm using Access 2000. I want to create a query or open a table then loop
through the fields and concatenate the fields into a string. e.g.( field1 &
chr(9) & field2.... etc..) This is, as you can see, is a tab delimited
string which I will then write to a text file. Then move to the next record
in the table or query and repeat.
There is a good reason for doing this. I've tried using several examples for
looping through the fields but I continue to have problems.
through the fields and concatenate the fields into a string. e.g.( field1 &
chr(9) & field2.... etc..) This is, as you can see, is a tab delimited
string which I will then write to a text file. Then move to the next record
in the table or query and repeat.
There is a good reason for doing this. I've tried using several examples for
looping through the fields but I continue to have problems.