access/sql server

  • Thread starter Thread starter ron demus
  • Start date Start date
R

ron demus

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"

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.
 
Back
Top