Can 2 users access a password protected front-end ?

P

Peter

There is a request that to get a front-end password protected. The
front-end is used by 2 end users.

I just wonder if user A get the front end database password protected
(Tools --> Security --> Password Protected), can user B access the front-end
when user A is using ?

If not, what is the best way to make sure that both User A and User B has to
enter password before accessing the front-end database ?

Thanks
 
G

Guest

Run the FE locally on each machine, the one user will not have any bearing on
the login of the other. That is assuming you are using a split Db.

regards,
Nick.
 
P

Peter

Dear Nick,

It is a pretty good idea.

BTW, does it mean that a password protected database cannot be used by 2
users simultaneously ?

Thanks
Peter
 
G

Guest

On the contrary. Using a split Db all users can have access to the data
simultaneuosly regardless of password protection.
Personally, I don't use the built-in security because it is too easily
cracked and my applications tend to run on a MySQL backend as my clients
typically want WAN access once they know it is possible. (Access does not
like running over WAN). I have developed my own security which works in with
the MySQL security. Having said that, I have never had an issue with multiple
users having password on applications before I moved to MySQL backends.

Regards,
Nick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top