I've got a database with about a dozen users entering records. Records can be fairly complex, with 20 or 30 minutes spent on entering each one.
On occasion, a mistake is made and a record needs to be deleted. Obviously, I'm leery about giving users the ability to delete records without some sort of safety net. I'm considering trying what dBase used to do... instead of physically removing the record, just set a "Deleted" flag to true, and make sure that all the user forms and reports are set up so that they don't display deleted records.
Any thoughts about using this approach in Access? Is there an easier way to keep users from accidentally deleting things?
I try not to let my ignorance prevent me from offering a strong opinion.
On occasion, a mistake is made and a record needs to be deleted. Obviously, I'm leery about giving users the ability to delete records without some sort of safety net. I'm considering trying what dBase used to do... instead of physically removing the record, just set a "Deleted" flag to true, and make sure that all the user forms and reports are set up so that they don't display deleted records.
Any thoughts about using this approach in Access? Is there an easier way to keep users from accidentally deleting things?
I try not to let my ignorance prevent me from offering a strong opinion.