I have an access database with a table. This table keeps getting records deleted, and I can’t seem to find where the delete command is coming from. Can I simply protect the records in some way so that NO ONE can delete them?
I have an access database with a table. This table keeps getting records deleted,
Share
You could introduce key constraints, but I really believe that you should know what’s actually going on there first.