hi
i wrote a macro which write a table datas to csv file and i would like to use a schema.ini but this row doesn't work:
DoCmd.TransferText acExportDelim, "C:\p\Schema.ini", "t_le", "C:\p\sz.csv", True
the error message said: this string specification isn't.
a tried
DoCmd.TransferText acExportDelim, "Schema.ini", "t_le", "C:\p\sz.csv", True
and
DoCmd.TransferText acExportDelim, "Schema", "t_le", "C:\p\sz.csv", True
but the error message was the same
Thank you
i wrote a macro which write a table datas to csv file and i would like to use a schema.ini but this row doesn't work:
DoCmd.TransferText acExportDelim, "C:\p\Schema.ini", "t_le", "C:\p\sz.csv", True
the error message said: this string specification isn't.
a tried
DoCmd.TransferText acExportDelim, "Schema.ini", "t_le", "C:\p\sz.csv", True
and
DoCmd.TransferText acExportDelim, "Schema", "t_le", "C:\p\sz.csv", True
but the error message was the same
Thank you