A
Ari
Hello,
I'm creating an output file that will be uploaded to our ancient
mainframe. The output has to be in a specific order. I've created a
table and throughly tested the output specifications. I then did
file->export and was able to export it as a text file.
Now I'm trying to automate the exporting. I'm using this line:
DoCmd.TransferText acExportFixed, "TblOutput Export Specification",
"tblOutput", _
getOutputPath & "\output.ald", False
getOutputPath & \output.ald resolves to
:"\\CENTRAL\D2\HR\PAF\aldrecs\output.ald"
which I have all the required permisssions. I also have administrator
priveledges on the database and all tables. I can not find out why I
recieve the error:
run time error '3027'
Cannot update. Database or object is read-only.
Furthermore, I have read the help and:
The Database is not opened as Read-Only or attributed as Read-Only
The Database was created with the current version of access.
I have write permission on the folder.
If anyone can help me, I would appreciate it.
I'm creating an output file that will be uploaded to our ancient
mainframe. The output has to be in a specific order. I've created a
table and throughly tested the output specifications. I then did
file->export and was able to export it as a text file.
Now I'm trying to automate the exporting. I'm using this line:
DoCmd.TransferText acExportFixed, "TblOutput Export Specification",
"tblOutput", _
getOutputPath & "\output.ald", False
getOutputPath & \output.ald resolves to
:"\\CENTRAL\D2\HR\PAF\aldrecs\output.ald"
which I have all the required permisssions. I also have administrator
priveledges on the database and all tables. I can not find out why I
recieve the error:
run time error '3027'
Cannot update. Database or object is read-only.
Furthermore, I have read the help and:
The Database is not opened as Read-Only or attributed as Read-Only
The Database was created with the current version of access.
I have write permission on the folder.
If anyone can help me, I would appreciate it.