Hello,
I need some piece of advice here. I have a database that will be put into a network share so to be accessed by some users maybe at the same time. In order to achieve some security i have seperated users into some groups. Well i have a main form that according to the user logging the database some controls will be locked and others not. For other users all will be unlocked. I know well how to achieve that, but my question is the following. Say that firstly the user opens the forms and unlocks all the fields because he must have this kind of access. After a while the second user logs in and locks the same fields because he should not have the access. Does this locking affect the first user? They both open the same form. Do i have to make two duplicate forms instead? One with locked and onother with unlocked? I dont want to do that. I want my one main form to handle both. I want to know if the locking/unlocking from one user affects the other user if they are on the database at the same time. Thanks.
I need some piece of advice here. I have a database that will be put into a network share so to be accessed by some users maybe at the same time. In order to achieve some security i have seperated users into some groups. Well i have a main form that according to the user logging the database some controls will be locked and others not. For other users all will be unlocked. I know well how to achieve that, but my question is the following. Say that firstly the user opens the forms and unlocks all the fields because he must have this kind of access. After a while the second user logs in and locks the same fields because he should not have the access. Does this locking affect the first user? They both open the same form. Do i have to make two duplicate forms instead? One with locked and onother with unlocked? I dont want to do that. I want my one main form to handle both. I want to know if the locking/unlocking from one user affects the other user if they are on the database at the same time. Thanks.