Andrew-
You're having problems because your structure is all wrong. The tables should look like this:
tblCustomers: CustomerID, CustName, CustAddress, etc.
tblProducts: ProductID, ProdName, ProdVendor, ProdDescription, ProdSRP, etc.
tblCustProdPrices: CustomerID, ProductID, CustProdPrice...