Ask Experts Questions for FREE Help !
Ask
    opekms's Avatar
    opekms Posts: 4, Reputation: 1
    New Member
     
    #1

    Mar 5, 2008, 02:19 PM
    Setting trial Version Usage Time
    I have developed an Application with Access 2003. I would to give the trial version out but it should automatically go of within 90 days and request for registration. I need help to solve this issue.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #2

    Mar 5, 2008, 04:48 PM
    First Access is not very secure. Second, I'm not a fan of timed trials. The way I handle it is to limit the number of records that the main table can handle. In the Before Insert event of the form use code like:

    If Dcount("*","Tablename") >10 Then
    MsgBox "Trial version cannot exceed 10 records. Please register", VbOKOnly
    Me.Undo
    End If

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Setting the time on a pioneer car stereo clock [ 4 Answers ]

Hi group, I bought a car that has a " pioneer supertuner III ' stereo system ( the kind with removable face plate) The stereo works great but I just can't figure out how to set the clock... help! Thanks, Ann

Mesure electricity usage over time by outlet [ 1 Answers ]

We have a house member who does not understand the effect on our electric bill of running his TV and space heater when not really using or needing them. We need proof of how much power he consumes. Is there a meter that can be plugged into an outlet that shows the KWHs used over a period? If...

Reinstalling Trial Version Why doesn't Work? [ 1 Answers ]

How To Reinstall Trial Version To Work Again? Help Me .

Setting up Outlook Express first time ! [ 1 Answers ]

Hello all, I want to set up my Yahoo email in outlook express but, I don't know what parameters should be given in (1) Incoming mail (POP3, IMAP or HTTP): and (2) Outgoing Mail (SMTP) : Can anyone advice what addresses should I have to type in both the above mention fields ? Thanks !


View more questions Search