S
Sreedhar
Hi everyone !
I'm using Access 2003. I'm trying to export an Access table in to a fixed
width text file through VBA as follows:
DoCmd.TransferText acExportFixed, "GROUP_SPEC", "TempGroup",
strFileNameAndPath
"GROUP_SPEC" is the name of the fixed width specification and is very much
valid and so are the rest of the arguments, but I'm getting the following
error:
3027 : Cannot update. Database or object is read-only.
Can anyone please help me out ? thanks.
I'm using Access 2003. I'm trying to export an Access table in to a fixed
width text file through VBA as follows:
DoCmd.TransferText acExportFixed, "GROUP_SPEC", "TempGroup",
strFileNameAndPath
"GROUP_SPEC" is the name of the fixed width specification and is very much
valid and so are the rest of the arguments, but I'm getting the following
error:
3027 : Cannot update. Database or object is read-only.
Can anyone please help me out ? thanks.