Hello everyone. I have a database that is shared on a nnetwork. There are occasional times that two people are editing the same record at the same time. This causes a problem because only one person can save the info that they entered. I want to notify the user that someone is editing the record before the other user starts their edit.
I think I have to use: objRecordset.Ed itMode, but I am unsure how. I would be greatly apprciative of anyone that could help me with this.
Thank you,
Brian
I think I have to use: objRecordset.Ed itMode, but I am unsure how. I would be greatly apprciative of anyone that could help me with this.
Thank you,
Brian
Comment