D
Dala
Hi all.
I have previously exported data from Access 2003 to a csv-file.
This has worked fine until a certain date, when the file suddenly has a
different format.
The file is still a .csv-file, but the format of the file is .xls.
Does anyone have a clue on why this has happened?
There is no fancy code involved either, and the code has not been changed in
any way.
It looks the same as when it worked fine.
(Part of code)
DoCmd.TransferText acExportDelim, , strReportName, strFileName1, True
strFileName1 ends with .csv
Does anyone know of any setting in Excel or something that causes this?
Grateful for input in this matter.
BR
/Dala
I have previously exported data from Access 2003 to a csv-file.
This has worked fine until a certain date, when the file suddenly has a
different format.
The file is still a .csv-file, but the format of the file is .xls.
Does anyone have a clue on why this has happened?
There is no fancy code involved either, and the code has not been changed in
any way.
It looks the same as when it worked fine.
(Part of code)
DoCmd.TransferText acExportDelim, , strReportName, strFileName1, True
strFileName1 ends with .csv
Does anyone know of any setting in Excel or something that causes this?
Grateful for input in this matter.
BR
/Dala