change password form (1 Viewer)

lacampeona

Registered User.
Local time
Today, 07:06
Joined
Dec 28, 2015
Messages
392
hello everybody

i have log in form and now i want to have a change password form so that my user can change password.

in these case i want to put that he have to change password in 60 days and also i want to put max attepts to login in form.

i want to have like if he entered 3 times incorrect password then the all access db close.

and if i am admin i want to have a reset form.

somebody know how to do that?

thank you
 

Alvarogue

Registered User.
Local time
Yesterday, 22:06
Joined
Jan 3, 2016
Messages
40
That looks extremetly complicated. how did you made the Log in Form btw?
 

lacampeona

Registered User.
Local time
Today, 07:06
Joined
Dec 28, 2015
Messages
392
well i firts made a table

in the table i put user name, user id and password

then i made a form with the same fields from the table

i made a procedure on click even in my login form
 

Alvarogue

Registered User.
Local time
Yesterday, 22:06
Joined
Jan 3, 2016
Messages
40
I never played with events and macros. Not sure how event works yet :(
 

lacampeona

Registered User.
Local time
Today, 07:06
Joined
Dec 28, 2015
Messages
392
hello

me too in the beginining. when i see a macro or vba code i say what.... how is that working,....but then i start step by step atttempting to write some macro. now i already know something but i am not expert for that i will a lot of practice and time. you also have to undestand the steps how all that works. will a lot of practice in the final you also will be able to write your own procedure.

for now i search a lot in the internet. is a lot. and soemtines some codes dont work like the other people say or something is missing.
 

Users who are viewing this thread

Top Bottom