A family of Microsoft relational database management systems designed for ease of use.
Please check out my blog on Login Security using VBA. It includes such a password reset function.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've created a database that has info that does not need to be "secure" but I do want to require a login as their username is associated with an access level that will open a specific form based on that access level. In reading other posts I've figured out how to create a login form, have it open the other forms based on access level, and I know how to have it open a password reset form if the PWReset field in the table is Yes. What I need help with is coding the Password reset form.
Can someone give me an example?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Please check out my blog on Login Security using VBA. It includes such a password reset function.
How do I stop it from opening the Main Menu form along with the Password Reset form.
In your sample the Main Menu form opens in the background, but I don't want it to appear at all until they've changed their password.
I just found the sample database. I'll let you know if I still have questions.
Thank you.
Did you check my blog? It includes code and a sample database.
you mention a password change form, but you don't say what's one it, e.g. the bound or unbound fields and any code for that page, which is where i'm having issues.