N
Nanette
I have a Parts table and a PartDetails table and there are a few fields that
will have an initial data input into them and these fields should never
change. I then need to have a record of changes in those fields also.
I've thought of two ways to handle this.
1. In the Parts table have a field named Original Quantity. Then in the
Part Details table have another field named Updated Quantities.
OR
2. Is it better to put just one Quantity field in the Part Details table and
have it connected to the Part table?
OR
Is there an even better way to do this?
I'll eventually need to compare the orignial quantity with updated
quantities, and or pull up the most recently inputted quantity.
will have an initial data input into them and these fields should never
change. I then need to have a record of changes in those fields also.
I've thought of two ways to handle this.
1. In the Parts table have a field named Original Quantity. Then in the
Part Details table have another field named Updated Quantities.
OR
2. Is it better to put just one Quantity field in the Part Details table and
have it connected to the Part table?
OR
Is there an even better way to do this?
I'll eventually need to compare the orignial quantity with updated
quantities, and or pull up the most recently inputted quantity.