H
Housewares
Guest
I have a database that I have put user level security on. When we ship the database, we make the users enter a registration code that tells Access when to expire the database. This works very well. The problem I am having now is that some users tend to write their own software for getting information from the database. Since the database is not being opened in a "conventional" way, the macro that tests whether or not the database is expired never runs. What I need to know is how I can prevent a user from running his third party software to access our information after a certain date has passed, meaning is there any way to set an expiration date for the database that will happen regardless of the methodology used to open the database. Is there a good way to either password protect the database only from SQL or to have code run whenever an SQL query is passed to the database? If anyone has any other ideas on how to limit user access via 3rd party software to one year I would be most grateful.