Time sensitive password protection

M

M.Rich

Hello,
Would there happen to be anyway to put a password on my mdb file. I would
like to be able for it to expire after x amount of days.
Thanks in advance
M. Rich
 
X

x

create a user table and a login form on your database
upon user login, check the validity of password
based on user table's x number of days...
if max number of days allowed exceeded, close database.
(sending message to the user first, before shutting
down :)
 
M

M.Rich

Thank you much my friend.
x said:
create a user table and a login form on your database
upon user login, check the validity of password
based on user table's x number of days...
if max number of days allowed exceeded, close database.
(sending message to the user first, before shutting
down :)
 
M

M.Rich

Actually, I get the concept but I need just a little more detail on how to
do this. Sorry, newbie here.
I have the table and login form done. Now I need to know how to check the
validity of a password with user tables x number of days, etc...How do I do
this.
Thanks for the patience in helping me.
 

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