I have been working with an access database project and originally I had a data access page that ran a query but the only problem is that i couldn't figure out how to export the results to a csv page ...
I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...