User licence

D

DD

I need to force users to enter a licence number in a form before using the softwar
Can anyone advis
Regard
DD
 
B

Bill

There are several ways to do this. One is to store a Boolean IsRegistered
Field in a hidden table. Then write code in the open event of the form that
is set as the default that will test this value. If not regestered then
bring up the Licence Form as modal popup. In code you can supply the Serial
to test against and set the IsRegistered field to true if the correct serial
is entered.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top