Results 1 to 3 of 3
  1. #1
    alex_raju is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    56

    Question making expire ms access form..

    hi,



    i have done a stock management system in ms access 2003 it is working well,
    now i am going to sell it to some shops at the same time also i want give one month or some days as a trail- now, if they don't buy it or if they make copy my database it should expired after some fixed days ( cannot be use ) untill i remove the expire option

    please tell me is there any way to do this...

    thankyou

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    I'm not sure of a way to "lock" it as you are mentioning. However,

    What I would do is create a hidden blank form on db open that would:
    If Date() >= someDateYouDecided Then
    'code to delete all your queries

    Of course, this is pretty harsh but once the queries are gone, the db is useless. This would also allow your client to export data from the tables. It's almost like strapping a time bomb to your database

  3. #3
    alex_raju is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    56

    Question

    first of all thank you for u r quick answer, i mean it won't delete database, i want like can auto change form password or when they click after specific date form cannot be open message, or when they open it can auto close like

    If Date() >= "#14/06/2011#" Then
    MsgBox ("This databse has expired.")
    DoCmd.Quit
    End If

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Set Database to Expire in time period
    By robsworld78 in forum Access
    Replies: 12
    Last Post: 06-07-2011, 06:54 AM
  2. Making a leap from Access 97 to Access 2010
    By Michael Klund in forum Access
    Replies: 1
    Last Post: 12-24-2010, 04:59 PM
  3. making an excel file in access
    By dracula in forum Access
    Replies: 4
    Last Post: 08-27-2010, 04:24 PM
  4. Making UnCrossTab Query in Access w/ VBA
    By BKSwindell in forum Programming
    Replies: 1
    Last Post: 05-27-2010, 03:48 PM
  5. Making the launched form seperate from Access
    By MonsterMaxx in forum Access
    Replies: 1
    Last Post: 09-06-2009, 12:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums