I have a SQL Server 2008R2 express database with an Access 2010 front-end and I have intermittent issues with locking. If a person is in an Access form that has a record open and another person attempts to access another record or multiple records in the same table, using Access, they will receive an ODBC error.
Is there a way to force SQL to only lock a single record rather than the entire table or is there another way to handle the locking? I am running the queries in Access so how would I best handle the locking in SQL Server?