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.