XelaIrodavlas
Registered User.
- Local time
- Today, 09:36
- Joined
- Oct 26, 2012
- Messages
- 175
Hi all,
I recently asked how to Import CSV data (in the form of a string) into an Access Recordset. But now I need to do the reverse.
I'm running an API request which returns a CSV string, and would like to save that to somewhere on the user's PC. I currently have no idea how to do this. I've tried the TransferText method, but that only works with existing Queries/Tables. Any ideas?
Thanks
Alex
I recently asked how to Import CSV data (in the form of a string) into an Access Recordset. But now I need to do the reverse.
I'm running an API request which returns a CSV string, and would like to save that to somewhere on the user's PC. I currently have no idea how to do this. I've tried the TransferText method, but that only works with existing Queries/Tables. Any ideas?
Thanks

Alex