I'm doing a database that tracks customer projects and orders.
The Header table contains all the Customer and Project details like customer name, contact details, project leader, etc.
A second table BOM contains the customer orders for a particular project.
I need a way to track changes or...