R
Ronald
Hi Experts,
We work with an Access2000 (dutch version) application. One of the things
this application (VBA) does, is create an ascii-text file that can be merged
with Word. The file looks like "fld1" ; "fld2" ; 12345 ; "fld3" etc.
Default (in the netherlands) is that a semicolon is used as field separator.
When I open Access and ,anually try to export a table to a text-file, the
file that is created looks just the same. And that's good.
Now we also have a Win2K3 Terminal Server - English version; When I start
the application and try to make the merge-file, VBA comes with an error:
Error 3441: Text file specification filed separator marches decimal
separator or text delimiter.
When I check the regional settings on the Terminal Server, it's set to
"Dutch" and the separator is a semicolon. So it seems to me that VBA doesn't
use the regional settings but instead the default for the operating system.
When I manually open Access and try to export a table, the regional settings
will be used and I can create the delimited-text-file.
So, does anyone know how I can change a setting so VBA will use the regional
settings instead of the Regionals that the OS is using?
Please help me!
Ronald
We work with an Access2000 (dutch version) application. One of the things
this application (VBA) does, is create an ascii-text file that can be merged
with Word. The file looks like "fld1" ; "fld2" ; 12345 ; "fld3" etc.
Default (in the netherlands) is that a semicolon is used as field separator.
When I open Access and ,anually try to export a table to a text-file, the
file that is created looks just the same. And that's good.
Now we also have a Win2K3 Terminal Server - English version; When I start
the application and try to make the merge-file, VBA comes with an error:
Error 3441: Text file specification filed separator marches decimal
separator or text delimiter.
When I check the regional settings on the Terminal Server, it's set to
"Dutch" and the separator is a semicolon. So it seems to me that VBA doesn't
use the regional settings but instead the default for the operating system.
When I manually open Access and try to export a table, the regional settings
will be used and I can create the delimited-text-file.
So, does anyone know how I can change a setting so VBA will use the regional
settings instead of the Regionals that the OS is using?
Please help me!
Ronald