I need a way to do some conditional record locking. I'll try to explain.
I'll be using this database that I'm building to order stuff from different vendors.
The vendor will then issue an invoice to me. When this invoice arrives, I'll be checking for price discrepancies and that sort of things and solve them before actually paying the invoice.
Once this invoice has been paid, I need the record that contains this order locked (set to read-only) but I need to be able to add / edit other records
Can anyone suggest a way to do this?
I'll be using this database that I'm building to order stuff from different vendors.
The vendor will then issue an invoice to me. When this invoice arrives, I'll be checking for price discrepancies and that sort of things and solve them before actually paying the invoice.
Once this invoice has been paid, I need the record that contains this order locked (set to read-only) but I need to be able to add / edit other records
Can anyone suggest a way to do this?