L
Lowell
I'm a little new to Access VBS programming and have a couple of questions.
To prevent clients from using my apps without paying for them, I am
incorporating a password procedure that kicks in via an Autoexec macro. I
want the client to be able to test the ap and then pay me if they are
satisfied. After a certain date, the routine will open a hidden form and ask
for the database password. I am storing the database password in a hidden,
disabled text box on the form. If the client enters the correct password, I
would like to delete the form so it does not have to be opened and examined
each time the user opens the database. I have "On Error Resume Next" code in
the Autoexec that will recover if the form fails to open. I plan to issue the
database in an MDE format.
Question 1: Is using the hidden form/hidden text box a practical and secure
way to encode the database password?
Question 2: It appears converting to MDE will prevent the user from deleting
the hidden form and probably from discovering it's there. Correct? If so,
will I be able to delete the form via VBA code in the MDE project?
Question 3: Is there a better way to secure my app?
Thanks,
Lowell
To prevent clients from using my apps without paying for them, I am
incorporating a password procedure that kicks in via an Autoexec macro. I
want the client to be able to test the ap and then pay me if they are
satisfied. After a certain date, the routine will open a hidden form and ask
for the database password. I am storing the database password in a hidden,
disabled text box on the form. If the client enters the correct password, I
would like to delete the form so it does not have to be opened and examined
each time the user opens the database. I have "On Error Resume Next" code in
the Autoexec that will recover if the form fails to open. I plan to issue the
database in an MDE format.
Question 1: Is using the hidden form/hidden text box a practical and secure
way to encode the database password?
Question 2: It appears converting to MDE will prevent the user from deleting
the hidden form and probably from discovering it's there. Correct? If so,
will I be able to delete the form via VBA code in the MDE project?
Question 3: Is there a better way to secure my app?
Thanks,
Lowell