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.
 
Top