Login Password or Serial Number (1 Viewer)

w8ingforyou

Registered User.
Local time
Yesterday, 21:48
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.!
 

CJ_London

Super Moderator
Staff member
Local time
Today, 05:48
Joined
Feb 19, 2013
Messages
16,663
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.
 

Ranman256

Well-known member
Local time
Today, 00:48
Joined
Apr 9, 2015
Messages
4,337
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

Top Bottom