Hi,
I have a query export to csv, which in A2003 works great.
In A2007 it won't work (on same computer!), I read several posts about the export specifications but have not found the solution yet.
This is line where the export is defined and then exported
"Error 3441: Text file specification field separator matches decimal separator or text delimiter"
How can it be that on same PC in Access2003 the Export works fine..??

Who can help me ?
I have a query export to csv, which in A2003 works great.
In A2007 it won't work (on same computer!), I read several posts about the export specifications but have not found the solution yet.
This is line where the export is defined and then exported
Code:
ExportScore = Application.CurrentProject.Path & "\Score.csv"
DoCmd.TransferText acExportDelim, , "ExportScore", ExportScore, -1
"Error 3441: Text file specification field separator matches decimal separator or text delimiter"
How can it be that on same PC in Access2003 the Export works fine..??


Who can help me ?