field name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When exporting a query result or a table to csv it keep the original field name of the field as a header and not what I see on the screen (secify in Caption in the Table)
What should I do to be able to export it with the same field name that I see on the screen
Many thanks.
 
Create a query to be exported, and use a calculated field in place of the
actual field. The name of the calculated field will be exported as the
"header" into the text file.

--
Ken Snell
<MS ACCESS MVP>

kokliko said:
When exporting a query result or a table to csv it keep the original field
name of the field as a header and not what I see on the screen (secify in
Caption in the Table).
 
Back
Top