I have a database I am developing that contains a table of products. These products are from multiple manufactures (captured in the table as "Manufacturer"). In addition to the product "Model Number" there is a "Product Line" field and several product characteristics, such as "Construction Method", "Material", and "Base Type". When a new product is added with a "Product Line" with existing matching records, I want to add the fields that match 100% of the time. If product line X has records with two different bases, that field would be left blank while "Construction Method" and Material" that are always 'Glued' and 'Oak' respectively are populated because they are consistent among all existing record for "Product Line" X.
Any assistance is greatly appreciated.
Any assistance is greatly appreciated.