I have created a front end in access for a database that should expire after a period of time. I would like the front end to "self-destruct" once the time period has elapsed, leaving the back end data alone.
Is it possible to use the kill statement to delete the front end being used? Ideally what I would like it to do is:
docmd.quit
kill "front_end.mdb"
but I can't seem to get it to work.
Thanks,
Jay
Any help would be greatly appreciated.
Is it possible to use the kill statement to delete the front end being used? Ideally what I would like it to do is:
docmd.quit
kill "front_end.mdb"
but I can't seem to get it to work.
Thanks,
Jay
Any help would be greatly appreciated.