MS Access 2019 - SQL Server 2017 - Recordset cannot be updated
问题 I've created a table in a SQL Server 2017 database. Then I've created a form in MS Access 2019 that use an ADO Object as "record source". On the form, there is a Textbox with the controlsource property=Field. Then, when I open the form, everything works as expected (the content of Field shows up in the Textbox, I can move the cursor backwards and forwards and so on) except for one thing: It's not possible to change, add or delete records. Create a table On SQL Server (use SSMS): CREATE TABLE