Can anyone help me out with the code needed to write data (3 fields) contained in a DAO recordset in Access to a .txt file. After each line I need to put a carriage return. I guess I need to loop through the recordset writing each line to the text file, but I am not sure of the code needed.
thanks in advance.
ps. there is no table which holds this data, and I don't want to create a temporary table to hold it first.
thanks in advance.
ps. there is no table which holds this data, and I don't want to create a temporary table to hold it first.