Currently I ahve created a form where a user will enter specific data concerning the upkeep of our systems. The system password needs to be updated at the end of the month
Assuming you have a form that opens whenever the Db is opened you can use the following:
If Date() = DateSerial(Year(Date()), Month(Date()) + 1, 0) Then
Here you can call a form to change the password or pop up a message box as a reminder, make the control visible etc. You can also put in the condition that this stuff only happens if you are the user.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.