Z
Zach
I have been tasked to work on a database that has
sensitive and confidential information inside. The
database will be backed up to CD and the upgrades to the
database will also be made via CD.
The database uses user level security with me as the Admin.
I need some way to say that if I dont log in, or open a
form, or click on a control, say at least once a month or
week, then a macro will run and delete all the tables with
the sensitive data.
This will ensure that the data wont last long outside of
the groups control. No one inside the group will know
about this feature, to ensure security. It needs to be
inside the actual database in case the program is copied.
I was told to link the log into a table and have a query
compare my log in date to a point in the future and if
there is a null entry before that date then the macro
would run.
I have no idea where to start with this or how to get into
the log in date or even the VB code to do it...
Any help is greatly appreciated.
Zach
sensitive and confidential information inside. The
database will be backed up to CD and the upgrades to the
database will also be made via CD.
The database uses user level security with me as the Admin.
I need some way to say that if I dont log in, or open a
form, or click on a control, say at least once a month or
week, then a macro will run and delete all the tables with
the sensitive data.
This will ensure that the data wont last long outside of
the groups control. No one inside the group will know
about this feature, to ensure security. It needs to be
inside the actual database in case the program is copied.
I was told to link the log into a table and have a query
compare my log in date to a point in the future and if
there is a null entry before that date then the macro
would run.
I have no idea where to start with this or how to get into
the log in date or even the VB code to do it...
Any help is greatly appreciated.
Zach