ExportTable
Exports an existing table to an external Access database.
Input
| Name | Type | Description |
| TableName | String | Name of the table to export. |
| DatabaseName | String | Name of the destination database that the table will be exported to upon execution of this procedure. |
| CreateNew | String | Whether a new database file will be created upon execution of this procedure.
The allowed values are Yes, No. The default value is No. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates whether the procedure was successful. |