Hello,
I need some help here by the experts. Well the issue is the following. I have a form bounded to some records. The enviroment is multi user meaning that 2 users may be use the same record concurrently as access database uses shared mode with default optimistic locks. So far so good. Well i have a user which i have made him a kind of admin meaning that he is the only one in the form that sees a button that can delete the current record. The problem is the following. I want for this user to inform him that when he presses the key to delete the current record, if another user edits the record or views the records (no dirty) at the same time, to inform that user with the username X(X = GetUserName...) is editing the record or something like, user is on the record please contact with him before deleting.. I know that if a user uses tha current record and another user tries to delete the record access informs about that but i want to inform in a custom way so the user can contact the other user to ask him what is doing before deletion. Also i want this to be done without locking the record..
Thanks in advance.
I need some help here by the experts. Well the issue is the following. I have a form bounded to some records. The enviroment is multi user meaning that 2 users may be use the same record concurrently as access database uses shared mode with default optimistic locks. So far so good. Well i have a user which i have made him a kind of admin meaning that he is the only one in the form that sees a button that can delete the current record. The problem is the following. I want for this user to inform him that when he presses the key to delete the current record, if another user edits the record or views the records (no dirty) at the same time, to inform that user with the username X(X = GetUserName...) is editing the record or something like, user is on the record please contact with him before deleting.. I know that if a user uses tha current record and another user tries to delete the record access informs about that but i want to inform in a custom way so the user can contact the other user to ask him what is doing before deletion. Also i want this to be done without locking the record..
Thanks in advance.