R ron demus Mar 18, 2004 #1 when I try to add or delete data in a record I get an error message "this recordset is not updatable"
when I try to add or delete data in a record I get an error message "this recordset is not updatable"
J John Vinson Mar 19, 2004 #2 when I try to add or delete data in a record I get an error message "this recordset is not updatable" Click to expand... That's because the recordset is not updateable. This can occur for a variety of reasons; if the table is in SQL/Server, it may not have a Primary Key or Access may not have been told what the Primary Key is.
when I try to add or delete data in a record I get an error message "this recordset is not updatable" Click to expand... That's because the recordset is not updateable. This can occur for a variety of reasons; if the table is in SQL/Server, it may not have a Primary Key or Access may not have been told what the Primary Key is.