C
ct
We need to put together a database that tracks product
development and there are several points in the process
where the LotNumber will get split and then the new
LotNumber(s) (and possibly the original) will go on to the
next phases(testing, additional processing, additional
testing, assembly,etc). In the end we need to trace back
through this lineage to the original lot. I'm thinking
that each phase(split) requires a different table with the
LotNumber and an OriginalLot as the links but I'm really
struggling with how I will pull this altogether? Does
anyone know of any sample databases with similar
requirements that I might get some ideas from? Thanks.
development and there are several points in the process
where the LotNumber will get split and then the new
LotNumber(s) (and possibly the original) will go on to the
next phases(testing, additional processing, additional
testing, assembly,etc). In the end we need to trace back
through this lineage to the original lot. I'm thinking
that each phase(split) requires a different table with the
LotNumber and an OriginalLot as the links but I'm really
struggling with how I will pull this altogether? Does
anyone know of any sample databases with similar
requirements that I might get some ideas from? Thanks.