Microsoft Access used to have it’s own security system. This was discontinued in Access 2007. Even then I found it cumbersome to use, so developed my own login and password system. I store users password in SHA1 encryption, then when a user logs in I SHA1 hash their entered password…
If you are an existing Access user, you will now how useful COMBO boxes are. They can be used to ensure valid data is selected on data entry, but even more useful is when they are used to select an item for filtering the data in a form or table... Read More