I have a data table (and will soon have plenty more...) that has four load serial number fields, test_data. All the data associated with each load serial number is found in another table, load_ser_num.
CREATE TABLE test_data
(TestDataID INT,
ProductSerNum INT,
TargetInputVoltage TINYINT,
V_In...