SQL and Recordset not updatable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have created a new project use SQL. When I create
tables in import data we get a Message that
says "Recordset is not updatable". What are we doing
wrong.
Thanks
Bill
 
One possibility.
If an SQL table has no primary key, Access will flag it as
read-only.
 
Back
Top