Changing password

  • Thread starter Thread starter Jan Kronsell
  • Start date Start date
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
 
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.
 
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.
 

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

Back
Top