W
Will
Hi
I have a table which stores product information called tblProducts. I need
to add a field ProductWeight to this table but not all products have
weights. My question is should I add this field to tblProducts and have
records which have blank fields for weight or should I create a new table
e.g. tblProductWeight with the fields ProductID and ProductWeight containing
only products where weight is recorded? What are the
advantages/disadvantages of each method?
Thanks
Will
I have a table which stores product information called tblProducts. I need
to add a field ProductWeight to this table but not all products have
weights. My question is should I add this field to tblProducts and have
records which have blank fields for weight or should I create a new table
e.g. tblProductWeight with the fields ProductID and ProductWeight containing
only products where weight is recorded? What are the
advantages/disadvantages of each method?
Thanks
Will