Link to home
Start Free TrialLog in
Avatar of KnutsonBM
KnutsonBMFlag for United States of America

asked on

shared access database prevent trying to change the same record

I have a database split into a back end and multiple front ends with multiple users.  There is a form that is to "Check Out" a part.  if two people are attempting to check out the same part, it does not give any indicator that somebody is working on it until you try and 'save' your changes.  We have already set the Default Record Locking to 'Edited Record', that prevents us from "Checking In" two different items to the same ID, but does not stop us from trying to check out the same part.  Is there a way to essentially 'Save' the record and give the other individual a prompt that somebody is currently editing it?

Thank you

-Brandon
ASKER CERTIFIED SOLUTION
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Have you noticed if you get the 0 with a / in the record selector bar (the left edge of the form?)  This would indicate that the record is being edited by another user.  (We used to call this the 'Ghost Busters' symbol, it is just the international NOT PERMITTED or NOT ALLOWED)
Avatar of KnutsonBM

ASKER

didn't see that i could do it on each individual form, works great, thanks!