Use the ExportTable command to export tables in a comma separated format (CSV).
CSV (Comma-separated Values) is an ASCII file format that stores tabular data for spreadsheet or database software. Commas separate cell values. Strings are enclosed by single quotation marks. You can import CSV files in Microsoft Excel or other CSV compatible applications.
Note: CSV files do not retain text formatting or table formatting, such as cell color, merged cells and border style.
To export tables:
The command generates the CSV file.
Table:

Export file (.csv format):
"Y","Model","","Price"
"1997","M1 A4","x","3000.00"
"1999","M2 M3","","4900.00"
"1999","M3 A5","x","5000.00"
Access
Command: ExportTable
Ribbon: Annotate > Table > Export Table
Parent Topic