I always hate doing this and I always forget how. I promise to write it down this time...

I want to create a text file in say C:\ and write records to it from a database.

While not rs.eof
Write to text file
rs.movenext
wend

I want to make sure the line in the text file has a carriage return for the next record

How do I do this simple darn process.
Dont forget to show me how to clean up resources
I love you guys