J
JP
I am exporting a csv text file from the results of an access query.
Everything works fine, but the column headings in the text file have illegal
field names in Access. For example Total..Cost Access does not allow me to
have a period in the column name of my query. Is there an easy fix for
this? The file specification for the text file calls for headings with the
period in them. At present, I am creating it without the period, but the
file needs the period to upload properly.
my Code:
DoCmd.TransferText acExportDelim, "", sTable, sFile, True, ""
Everything works fine, but the column headings in the text file have illegal
field names in Access. For example Total..Cost Access does not allow me to
have a period in the column name of my query. Is there an easy fix for
this? The file specification for the text file calls for headings with the
period in them. At present, I am creating it without the period, but the
file needs the period to upload properly.
my Code:
DoCmd.TransferText acExportDelim, "", sTable, sFile, True, ""