rickkcir
Technical User
- Jul 31, 2002
- 35
I'm trying to save a recordset I have created into a Comma-Separated Values (.csv) file. This is the format I need the data in to upload it into another application.
Here is my code so far:
rs.save ("C:\test.csv")
This saves the data, I believe, but it is in a very crude, and unusable format.
I know the code I have isn't a lot, but I can't seem to find much documentation on this, and I haven't had any luck searching this forum.
Any help is greatly appreciated.
Thanks.
Here is my code so far:
rs.save ("C:\test.csv")
This saves the data, I believe, but it is in a very crude, and unusable format.
I know the code I have isn't a lot, but I can't seem to find much documentation on this, and I haven't had any luck searching this forum.
Any help is greatly appreciated.
Thanks.