Protect Your Database with Forced User Registration
Welcome
In this Microsoft Access tutorial you will learn how to protect your Access database so you can give or sell it to others, and they will be required to register their copy of the database with you. This prevents theft and piracy, and protects your intellectual property.
Resources
Main Seminar Goals
- Discussion of database security concepts
- Explain our registration scheme
- How to create a startup form
- Read and write values to the Windows Registry
- Generating random numbers
- Developing a security key algorithm
- Timing out registrations after a specific time
Topics Covered
The purpose of this seminar is to teach you how to protect your database with forced user registration. If you want to distribute your database (sell or give it away) but you don't want others sharing it, you can use the technique in this seminar to force each user to have to call you to get a registration code unique to their computer.
You will learn how to create a startup form that runs when Access loads your database. You will need to use the concepts taught in the pre-requisite course - the Access Security Seminar - in order to prevent users from bypassing your startup form and getting to your VBA code. Once this form runs, it will check to see if the database is registered on this PC or not. If not, the user will be prompted to enter a registration code that they can only get by calling you.
We will store the user information in the Windows Registry to make it unique for each PC the database is installed on. You will learn how to read and write values to/from the Registry for each specific user. You will also learn how to generate random numbers to use for security keys, and we will develop a specific, custom algorithm for your security scheme. Your database will prompt the user with a key number, they will have to call you, and you will give them the counter key.

You will also learn how to time out the user's registration after a specific period of time, so if you want to lease or rent your database as a monthly or annual subscription, this will force the user to have to call back in to re-register whenever their time is up.
If you want to be able to protect your database from theft or piracy, this is the perfect seminar for you. You will learn everything mentioned above. You will have access to the full database that we build in class with all of these features. If you have any question whether this seminar is right for you, please feel free to contact me.
Pre-Requisites
This course requires the techniques covered in the Access Security Seminar. Otherwise, any user can easily bypass your registration requirements. It is strongly recommended that you have completed my entire Access Beginner and at least the first three (3) lessons of my Expert series.
Version
I am using Access 2013 in this seminar, however the lessons are perfectly valid for all versions of Access from 2007 and up. It's currently 2022 and I just made sure everything works fine with Access 2019 and Office 365.
Enroll Today
Enroll now so that you can watch these lessons, learn with us, post questions, and more.

Questions?
Please feel free to post your questions or comments below. If you are not sure as to whether or not this product will meet your needs, I'd rather help you before you buy it. Remember, all sales are final. Thank you.
Keywords
microsoft access software registration, protection