Hi there!

I am trying to turn data from a recordset into a comma delimited file.

So I have data that looks like this: rs("FirstName")
and I need to write it to a .csv file.

How does one write data to a separate file? Ultimately, someone else will look at that file in Notepad.

Thank you, I appreciate your help!!

Andrea