I have multiuser front ends and when two users try to check the multiple check boxes in the same form at the same time the second user gets a message 'Could not update, currently locked'. How can I fix this? :banghead:
If they are trying to update the same record, there isn't anything you can do about it. You want the second user to get a message that someone else has the record locked. Can you tell us more about why they are updating the same record?