To download this file, please login or click here to register
Description:
---------
CSVExport
---------
It is a task that is required in more or less every medium to large scale applications
This piece of code, will enhance the process by simplifying the functionality.
Now user will just import this .bas file attached with this code in his visual basics application, and he will call the method CSVExport which takes three parameters.
db As DAO.Database
------------------
A DAO database object
sSQL As String
---------------
A SQL query
sDest As String
---------------
Destination location string where CSV file will be saved
The result would be a comma seperated file that will be saved in the location specified.