New access user needing help!

I have created a view of data from two tables and need to produce a line of text to a text file whenever data is populated in view from the tables. So I only need to create lines of output text for the new lines.

view DATA2Export



Field 1 Field 2 Field 3
------- ------ -------
11225 12TA8 C56

Output string to a file (i.e., C:\export.txt)
"11225","12TA8","C56"

This is being added to an Access97 database (that I can not convert to a newer version, without breaking the front end application).

Thanks in advance for your replies