how can i extract data from access table into csv file format.,
i want it to save through query.,
i have example of sql query saving in xls format., but i want the query result to save in csv format.
eg. xls format
- "Select Fields into TempData in 'sample.xls' 'Excel 5.0;' from From Table"
i want it to save through query.,
i have example of sql query saving in xls format., but i want the query result to save in csv format.
eg. xls format
- "Select Fields into TempData in 'sample.xls' 'Excel 5.0;' from From Table"
Comment