B
Bart Steur
Hello,
I'm using the following command in a function:
DoCmd.TransferText A_EXPORTDELIM, "", MyTable, MyExportFile
As you can see I'm not using an export specification. This results in using
the default settings.
I'm using this function on two PC's (both running XP Pro with Access 2000).
But on one it exports with a comma (,) as delimiter and on the other it
exports with a semicolon ( as delimiter.
I want both computers to export with a comma (,). Where can I change this
default setting.
Thanks in advance.
B. Steur
I'm using the following command in a function:
DoCmd.TransferText A_EXPORTDELIM, "", MyTable, MyExportFile
As you can see I'm not using an export specification. This results in using
the default settings.
I'm using this function on two PC's (both running XP Pro with Access 2000).
But on one it exports with a comma (,) as delimiter and on the other it
exports with a semicolon ( as delimiter.
I want both computers to export with a comma (,). Where can I change this
default setting.
Thanks in advance.
B. Steur