Login Password or Serial Number

w8ingforyou

Registered User.
Local time
Today, 04:27
Joined
Jan 19, 2017
Messages
11
Hello Guys.

I have a Simple But :banghead: Problem.

I have a functional database were the file is to be delivered to the client as a Package.

I have a log in page with four fields
email, password, product key, company name.
i just want a macro for either self destruct or any such method for incase of in-validation.
not a programmer here :) a guide or pointers to how to do it.
or RE-Do it will be helpful.

Regards!
Thank You.!
 
you cannot destroy (delete) the package that is running. Providing you have a separate backend you could have code to delete that file which will render the app unusable.

With regards login procedures, look to the bottom of this thread, plenty of examples.

This includes automatically exiting the file as a result of an invalid login rather than being destructive.
 
you can only exit the app, not destroy. (docmd.quit)
the db would have to be compiled as .mde,
otherwise all vb code can be bypassed.
 

Users who are viewing this thread

Back
Top Bottom