Hi.
Is there a way to set up a 30 day password that will automatically change to
a new password after the 30 days has expired?
Yes, but it's not a built-in feature. You could write a VBA procedure that
checks your user-defined table for the last date the password changed. If 30
days has expired since that date, then the user is prompted for a new
password. If the password is not changed, then the database closes. When
the password is successfully changed, the current date is stored in the table
and the application continues as normal. Each time the database is opened,
this VBA procedure would run, checking to see whether 30 or more days has
passed since the password was last changed.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.