Perplexed said:
Our database stores personnel information for approximately 23,000
individuals. On occasion, complete files disappear. We are pretty
sure that none of us are deleting these...why would we when so much
of what we do is dependant on this information?...it makes more work
for us. Has anyone had this problem before?
I would suggest that the most likely issue is someone accidentally
deleting records.
This is one reason it is usually a good idea to assure records are not
really deleted. Often the best choice is to make a record inactive and then
hide it from most users. Also note that records are not really deleted unit
a compact of the database is done. However getting those deleted but not
really deleted records back is not easy, as I understand it.
I would suggest a three part process. First make sure everyone accesses
data ONLY through a form designed for them. That form should contain a
warning about possible deletes and a clear and easy way to back out of the
process. We once had to create three levels of warnings for one of our
administrators who was a little too fast to delete. That was not with
Access. With Access it is a better idea to not let any user to actually
delete data, rather it should be marked as inactive and filtered out so they
can no longer see it, but you can retrieve it if needed. I would suggest
adding a date deleted as well.