Here are the tables I have I was trying to relate product and seller as a one to many relationship
Customer(CustomerID, LastName, FirstName, street, city, state, zip, UsualPayment, SocialNum, CustomerEmail)
Product (ProductId, manufacturer, type, condition, SellerName, ProductBid...