Hello everyone!
Am trying to create a query to combine relevant product data. Had lots of help on the tbl structure, thank you (jzwp22)
The following fields return relevant products perfectly.
ProductID, from tblPrducts
ProductCode, from tblProducts
ProductName, from tblProductNames
ListPrice, from tblProductCompanies
Type, from tblTypes (Set criteria to 'Soil & Waste Products')
The issue is that I also need to include the descriptors, 'size' and 'angle' in the query so the user can select the correct product. Except when I include the descriptors in the query (unsurprisingly) the values returned are duplicated as all descriptors are held in one table. What I end up with are the products, but duplicated, one with the size, and one of lot with the angles. Does this mean I need to alter the tbl structure of the database to list descriptors in columns of their own?
Will attach a relationship report - any advice is greatly appreciated!
Am trying to create a query to combine relevant product data. Had lots of help on the tbl structure, thank you (jzwp22)

The following fields return relevant products perfectly.
ProductID, from tblPrducts
ProductCode, from tblProducts
ProductName, from tblProductNames
ListPrice, from tblProductCompanies
Type, from tblTypes (Set criteria to 'Soil & Waste Products')
The issue is that I also need to include the descriptors, 'size' and 'angle' in the query so the user can select the correct product. Except when I include the descriptors in the query (unsurprisingly) the values returned are duplicated as all descriptors are held in one table. What I end up with are the products, but duplicated, one with the size, and one of lot with the angles. Does this mean I need to alter the tbl structure of the database to list descriptors in columns of their own?
Will attach a relationship report - any advice is greatly appreciated!