vba code for password expire 30 days in microsoft access form (1 Viewer)

lacampeona

Registered User.
Local time
Today, 18:02
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
 

Gasman

Enthusiastic Amateur
Local time
Today, 17:02
Joined
Sep 21, 2011
Messages
14,044
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?
 

lacampeona

Registered User.
Local time
Today, 18:02
Joined
Dec 28, 2015
Messages
392
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?
 

Gasman

Enthusiastic Amateur
Local time
Today, 17:02
Joined
Sep 21, 2011
Messages
14,044

lacampeona

Registered User.
Local time
Today, 18:02
Joined
Dec 28, 2015
Messages
392
hello

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

Users who are viewing this thread

Top Bottom