I am trying to think of a method to track changes in part numbers.
I work with engineers, and when they make revisions to parts, they must change the part number as a result. For instance, the first revision of the part might be 12345-AAAAA. After review, they have decided to move a datum hole 2mm to the right, so the part number is now 12345-AAAAB.
I would like my database to connect the information saved about 12345-AAAAA to 12345-AAAAB. Additionally, there might be more than one revision, so the database must support revision changes to the nth degree.
Any ideas?