Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link SQL Server

Status
Not open for further replies.

yuchieh

MIS
Jul 21, 2000
178
US
I created a system datasource and linked tables from a SQL database into Access. I couldn't change any data in Access; it says "recordset is not updateable". However I did the same with other SQL database, linking tables into Access. And there is no problem updating information in Access.
What could possibily cause the problem updating records of that database in Access?

Thanks.
 
The SQL Server tables need a unique index to be updateable from Access. Do you have a primary key for the table(s).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top