Security login screen

C

Chris Stanley

Hello all,

I am using MS Access security, and it works fine, but I
have an asthetic problem... I would like to integrate the
login screen/password prompt into my startup form, rather
than having someone enter their password to get into the
database. Is this possible?

Thanks,

Chris
 
R

Rick Brandt

Chris Stanley said:
Hello all,

I am using MS Access security, and it works fine, but I
have an asthetic problem... I would like to integrate the
login screen/password prompt into my startup form, rather
than having someone enter their password to get into the
database. Is this possible?

You would have to use a separate unsecured MDB whose only purpose was launching the
secured one. No code can run in the secured one until you are in and you have to
supply a UserName and Password before you get in.
 

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