M
mattieflo
Hello. I have a button that runs an update query that just reads a
'DateCompleted' field from table 'tblOrders'. If DateCompleted is not null,
it changes boolean field 'Completed' to true.
My problem is I have multiple users in a form that runs off tblOrders that
are in records as this query is happening. When they try to move off that
record, they get the record lock warning asking whether they need to save the
changes or drop the changes.
Is there a way to get the update query to only update unlocked records? Do
you guys have any suggestions on how to handle this?
Many thanks!
'DateCompleted' field from table 'tblOrders'. If DateCompleted is not null,
it changes boolean field 'Completed' to true.
My problem is I have multiple users in a form that runs off tblOrders that
are in records as this query is happening. When they try to move off that
record, they get the record lock warning asking whether they need to save the
changes or drop the changes.
Is there a way to get the update query to only update unlocked records? Do
you guys have any suggestions on how to handle this?
Many thanks!