Hi
I have a table with x (not a fixed number) records in it and I need to run a code which can select certain fields for each record in the table and then export these fields for each records into a seperate text file.
I know that I have to define my table as a recordset, but then it is giving me errors when I am trying to export the recordset with the transfertext function.
Is it because transfertext does not work for recordsets?
And would appreciate of someone can give me the entire code for the problem!
Thanx!
I have a table with x (not a fixed number) records in it and I need to run a code which can select certain fields for each record in the table and then export these fields for each records into a seperate text file.
I know that I have to define my table as a recordset, but then it is giving me errors when I am trying to export the recordset with the transfertext function.
Is it because transfertext does not work for recordsets?
And would appreciate of someone can give me the entire code for the problem!
Thanx!
Comment