SQL and Recordset not updatable

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
 
C

chris

One possibility.
If an SQL table has no primary key, Access will flag it as
read-only.
 
Top