Suppress or change the very basic login?

G

Guest

Is it possible to either suppress or change MS Access standard login for
secured databases?

I'd like to either create my own login form where I can prompt the user to
create a password --- OR

manage multiple users by just adding them to a table that checks for their
userid in wndows authentication... has anyone ever done this?
 
R

Rick Brandt

jonefer said:
Is it possible to either suppress or change MS Access standard login
for secured databases?

I'd like to either create my own login form where I can prompt the
user to create a password --- OR

manage multiple users by just adding them to a table that checks for
their userid in wndows authentication... has anyone ever done this?

Access security is "set" before your file is ever opened so you cannot run
any code to support a custom login. The "session" is what has the security
profile, not the file being opened.

You could use a table of network logins to provide "friendly guidance", but
it would offer no real security. If that is all you need then it would work
without having to implement Access Security at all.
 

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