I am using transfertext method of the Docmd to basically read the contents of an ascii file whose name & path is g:\apsdata\junk\dna_120104.old.
right when it hits the following line of code,
DoCmd.TransferText acImportDelim, , "tblGr_CallableDNIndexStage", nfile
I get the error "3027 Can't Update. Database or object is read-only."
I even went into registry and added the "old" to be an acceptable format to read the data from
any thought why I might be gettign this error?
thanks
nath
right when it hits the following line of code,
DoCmd.TransferText acImportDelim, , "tblGr_CallableDNIndexStage", nfile
I get the error "3027 Can't Update. Database or object is read-only."
I even went into registry and added the "old" to be an acceptable format to read the data from
any thought why I might be gettign this error?
thanks
nath