Changing password

J

Jan Kronsell

Is there any way I can force a user to change his Access PW at a certain
interval. Im running Access 2000 and 2002, using Access secutrity.

Jan
 
R

Rick Brandt

Jan Kronsell said:
Is there any way I can force a user to change his Access PW at a certain
interval. Im running Access 2000 and 2002, using Access secutrity.

If you provide a custom routine for changing or setting the password initially
then that custom routine could easily store a "RevisedOn" date in a table which
could then be used at start up to indicate when it is time to change it.

I don't know the statement off the top of my head for changing the password, but
Google for it because I know I've seen it posted previously.
 
J

Jan Kronsell

Thanks. I look into that.

Jan

Rick Brandt said:
If you provide a custom routine for changing or setting the password initially
then that custom routine could easily store a "RevisedOn" date in a table which
could then be used at start up to indicate when it is time to change it.

I don't know the statement off the top of my head for changing the password, but
Google for it because I know I've seen it posted previously.
 
Top