Access File Expiration Date

  • Thread starter Thread starter pgmclement
  • Start date Start date
P

pgmclement

Hi, I want to know whether it is possible to write a code from access
to verify the expiration of a file either mdb or accdb upon certain
date.
For Example, after about three months, a particular input box should
pop up or possible before then, some warning will pop up reminding you
that the program will be expiring in five days time and that u should
click some where in the program to type in a code and after that the
message disappears for another three months else on the fifth day, an
input box appears asking for the code and failure to do so, the
program exit at every opening.
Thanks
 
As Tony Toews mentions in http://www.granite.ab.ca/access/demo.htm "Tools
available from sites such as sysinternals.com can crack any method you use
to store a future date anywhere on a system such as in the registry or a
file."

Take a look at that site for some alternate suggestions.
 
Back
Top