I am exporting a temporary table's contents to a csv file, with a small problem:
The website we are importing the csv file into insists on specific field names, the first one being "Name".
Obviously, being a reserved name, I cannot call the field "Name" in the temp table, to I have called it cName, and people have to remember to edit the csv file.
Is there any way to either rename the field in the tmep table, or similar, before exporting, or a way from within Access to rename the field name in the csv file automatically?
The website we are importing the csv file into insists on specific field names, the first one being "Name".
Obviously, being a reserved name, I cannot call the field "Name" in the temp table, to I have called it cName, and people have to remember to edit the csv file.
Is there any way to either rename the field in the tmep table, or similar, before exporting, or a way from within Access to rename the field name in the csv file automatically?