Access/VBA Data Export

Hi All_

I need to export data from a table to a Ascii format file called file1.251.
The file name has a "." and no ".txt"
When I use the
DoCmd.TransferText acExportFixed, "Wy Export Specification", "tblFile", "C:\Current\file1.251"
I got err message saying "Cannot update. Object or Database is read-only."
It works when I change file name to file1.txt

Is it possible to use the file name file1.251?
Many thanks.
[461 byte] By [sarama] at [2007-11-20 7:36:52]
# 1 Re: Access/VBA Data Export
Export it, and then rename it.
dglienna at 2007-11-10 3:30:03 >
# 2 Re: Access/VBA Data Export
Thanks. It worked.
sarama at 2007-11-10 3:31:06 >