Hello All,
I have two tables as follows (simplified for discussion):
Table 1 is named "Product" with the Fields:
"ProdName", "ProdDesc", "SupplierID1", "supplierID2"
Table 2 is named "Supplier" with the Fields:
"SupplierID", "CompanyName", "ContactFirstName", "phoneNumber"
I would like to join the tables by the SupplierID in the "Supplier" table to both the SupplierID1 and SupplierID2 fields in the "Product" Table
I would like to query the product table for entries where the SupplierID1 or SupplierID2 is > 0.
I would like to return a query that shows the "prodName", "ProductDesc" from the product table as well as all the supplier information for both Supplier1 and Supplier2.
I am sure some sort of alias on the Supplier Table is needed:
Any help would be greatly appreciated.
Regards,
Chip
I have two tables as follows (simplified for discussion):
Table 1 is named "Product" with the Fields:
"ProdName", "ProdDesc", "SupplierID1", "supplierID2"
Table 2 is named "Supplier" with the Fields:
"SupplierID", "CompanyName", "ContactFirstName", "phoneNumber"
I would like to join the tables by the SupplierID in the "Supplier" table to both the SupplierID1 and SupplierID2 fields in the "Product" Table
I would like to query the product table for entries where the SupplierID1 or SupplierID2 is > 0.
I would like to return a query that shows the "prodName", "ProductDesc" from the product table as well as all the supplier information for both Supplier1 and Supplier2.
I am sure some sort of alias on the Supplier Table is needed:
Any help would be greatly appreciated.
Regards,
Chip