Hello all I need your help. I have an Access ADP database that has a form that is accessing SQL Backend. When I update a field on the form there is a trigger on the SQL table that does a update to that same record. This is then cauding a lock on the access record. Is there a way in the trigger to release any locks on that record? Thanks