D
DaveK
I have a database application that allows multiple users to open it at the
same time. There are 2 primary users who open the same form at each of their
desktops to delete records from the same table based on account and policy
numbers they supply on the form. If one of the users is already in the form
and the second user opens the same form the controls that display the account
and policy numbers show '#Deleted' in them.
My question is - is it good practice to have 2 users accessing the same
table to delete records? Is there a way to adjust the VB code behind the
'delete' button to prevent the above from happening?
Thanks for any help you can provide.
same time. There are 2 primary users who open the same form at each of their
desktops to delete records from the same table based on account and policy
numbers they supply on the form. If one of the users is already in the form
and the second user opens the same form the controls that display the account
and policy numbers show '#Deleted' in them.
My question is - is it good practice to have 2 users accessing the same
table to delete records? Is there a way to adjust the VB code behind the
'delete' button to prevent the above from happening?
Thanks for any help you can provide.