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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top