A family of Microsoft relational database management systems designed for ease of use.
Now that the tables in SQL Server do have Primary keys, you can try relinking the tables in Access so that Access can recognize them.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I recently migrated an Access database to SQL Server using the MS SQL Migration Assistant for Access. The migration process completed successfully, and the tables were automatically linked.
However, I am encountering an issue where I am unable to edit entries in some of the linked tables. Additionally, when I run VBA code to edit the entries, I receive an error message stating that the "database is in readonly mode."
the SQL user has sufficent read/write rights.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Now that the tables in SQL Server do have Primary keys, you can try relinking the tables in Access so that Access can recognize them.
I added primary key to all tables still facing the same issue.
Great, but the more important factor is that each table has a Primary Key which Access recognizes in the linked table.
Yes there is column name SSMA Timestamp
Does every table have a PK? Normally we add a timestamp or rowversion column to every table