Is it possible to block access to a record if someone already has it open? I am thinking I would have to add a new field in the table, something like, strRecordOpen (True or False), and when a person opens that record, change it to True, and when the close that record, change it to False.
Has anyone ever done this kind of method before? The only issue I can see is if someone closes the form without using the proper button and it does not update the strRecordOpen field.
I would want the user to receive a pop up message telling them that the record is being used, and the person that is using it.
~Matt