Hello, I am a student taking a introductory course In Access. We have not touched on VBA programming, and I don't think we will be during this course. We have been assigned a research paper to answer questions about adding security to an Access Database (in Access 2016).
Two of the questions are as follows:
1. How to add a password expiry function to a MS Access database. In order to support security, the database will have a password expiry date of 30 days after the last login.
2. How to lock out a user after 3 failed logon attempts. To prevent unauthorized access, users who have more than three invalid logon attempts will be locked out of the database and be required to go to those assigned with Security or Administrator roles to unlock their user ID.
I do NOT need to implement these functions into a database, only explain theoretically HOW they would be done.
Is there a way do perform these functions without using VBA?
I have been searching for weeks to find these answers, and all I can find is some of the actual code that would be used in practice. As I have no experience in Coding, this is of minimal help, as I can't articulate how it should be used, or what it means.
Any help would be greatly appreciated! Thanks
Two of the questions are as follows:
1. How to add a password expiry function to a MS Access database. In order to support security, the database will have a password expiry date of 30 days after the last login.
2. How to lock out a user after 3 failed logon attempts. To prevent unauthorized access, users who have more than three invalid logon attempts will be locked out of the database and be required to go to those assigned with Security or Administrator roles to unlock their user ID.
I do NOT need to implement these functions into a database, only explain theoretically HOW they would be done.
Is there a way do perform these functions without using VBA?
I have been searching for weeks to find these answers, and all I can find is some of the actual code that would be used in practice. As I have no experience in Coding, this is of minimal help, as I can't articulate how it should be used, or what it means.
Any help would be greatly appreciated! Thanks