vba code for password expire 30 days in microsoft access form

lacampeona

Registered User.
Local time
Today, 11:44
Joined
Dec 28, 2015
Messages
392
hello

maybe somebody know how to make that password in my login form can expire every 30 days for my users?

i have a login form for my users and now i want that every 30 days they have to change their password.

maybe somebody can suggest how to do that? or maybe where i can study that?

thank you
 
hello

maybe somebody know how to make that password in my login form can expire every 30 days for my users?

i have a login form for my users and now i want that every 30 days they have to change their password.

maybe somebody can suggest how to do that? or maybe where i can study that?

thank you

Put a date in the table that the password was last changed and compare current data against that?
 
hello

yes me also was thinking about that
but what i have to do now?

I have to write some code no?
if ... ... ≤ 30 .... something like that no?
 
hello

thank you for advise. i will try to do that.
 

Users who are viewing this thread

Back
Top Bottom