Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RunTime Error 3441 - TransferText

Status
Not open for further replies.

stalo

Programmer
May 1, 2001
35
CY
I have the following code that works fine on MS Access 2002.

DoCmd.TransferText acExportDelim, , "ZSTALEO_TBL", "c:\ZSTALEO.txt", False

However in Access 2003 it does not and it gives Runtime error 3441, "Text file specification field separator matches decimal separator or text delimiter"

Any suggestions why this does not work in Access 2003? Note that the forms data in 2003 are in SQL, if this makes a difference.
 
So can you confirm that field separator (probably a comma ,) is NOT the same as your decimal separator?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top