Hello,
I am trying to write into a table the contents of a excel file using the following code.
DoCmd.TransferText acImportDelim, , "tblGR_CallableDNIndexStage", nfile
But I keep getting "Cannot update. Database or object is read only.". I checked the database and it not Read only. I do not understand how the table can be read only.
Any ideas please.
thank you
nath
I am trying to write into a table the contents of a excel file using the following code.
DoCmd.TransferText acImportDelim, , "tblGR_CallableDNIndexStage", nfile
But I keep getting "Cannot update. Database or object is read only.". I checked the database and it not Read only. I do not understand how the table can be read only.
Any ideas please.
thank you
nath