C
cmraguilar
So from what I've read, you can't tie in Windows Log In names to security
settings in Access. So i've come up with an idea that I would like to throw
out there. First off, the DB will be split (FE/BE) for real time updating
purposes and multiple users. Keeping in mind the BE will be on a secured
network drive, but available to everyone. Second, I want to get away from
using passwords because of the numerous apps we use.
What I came up with is to use API "GetUserName" as an indicator to set up
the .visible/enable settings on the forms. There may be no more than 10
users who alter some of the data, and the rest would be as a "read-only."
So my questions is when setting up the IF statements for the .visible/enable
settings, should I use a long IF statement or try to group them before
hitting the IF statement.
OR
Is this idea not so good and should I go another route with setting this up?
Thanks ahead and I appreciate feedback.
settings in Access. So i've come up with an idea that I would like to throw
out there. First off, the DB will be split (FE/BE) for real time updating
purposes and multiple users. Keeping in mind the BE will be on a secured
network drive, but available to everyone. Second, I want to get away from
using passwords because of the numerous apps we use.
What I came up with is to use API "GetUserName" as an indicator to set up
the .visible/enable settings on the forms. There may be no more than 10
users who alter some of the data, and the rest would be as a "read-only."
So my questions is when setting up the IF statements for the .visible/enable
settings, should I use a long IF statement or try to group them before
hitting the IF statement.
OR
Is this idea not so good and should I go another route with setting this up?
Thanks ahead and I appreciate feedback.