Hi All,
I want to design a database to track the component
First, the OEM data will be import into tbl_Part, this contain component Original serial number(Example : 40000001).
After 3 years, if I want to rebuild this part, I will given a new serial number for it(from 40000001 changed to 50000001).
After 2 years I rebuild this part again(from 50000001 changed to 60000001).
So now I want to trace back the Original serial number based on the latest serial number 60000001.
Anyone know how to design this database ?
I think it should have two tables, one is tbl_Part another one is tbl_Rebuild.
I want to design a database to track the component
First, the OEM data will be import into tbl_Part, this contain component Original serial number(Example : 40000001).
After 3 years, if I want to rebuild this part, I will given a new serial number for it(from 40000001 changed to 50000001).
After 2 years I rebuild this part again(from 50000001 changed to 60000001).
So now I want to trace back the Original serial number based on the latest serial number 60000001.
Anyone know how to design this database ?
I think it should have two tables, one is tbl_Part another one is tbl_Rebuild.