Can't perform cascading update on the table because it is currently in use by another user. (Error 3412)

You are trying to save a value into a primary key field that's included in a relationship.

The matching field cannot be updated because of a locking conflict with another user. To save the record, wait until the related table is no longer in use.