Hi there, I have attached a sample database that I made to help me explain my problem more clearly.
I have a combo box query in my "fsubOrderDetail" subform that lists all products including their discounts. However, I would like that "combo box list" filter it's result by matching the CustomerID with their corresponding discount amount on CustomerDiscounts table.
The matching part is not a problem, I can easily do that, the problem lies on when the combo box list matches a discount, it removes the other items in the list that do not have a discount, it should still list all the items even if it does not have an existing discount assigned to a customerID... been driving me crazy trying out the different joins, but can't get my intended result.
Thanks for your time.
I have a combo box query in my "fsubOrderDetail" subform that lists all products including their discounts. However, I would like that "combo box list" filter it's result by matching the CustomerID with their corresponding discount amount on CustomerDiscounts table.
The matching part is not a problem, I can easily do that, the problem lies on when the combo box list matches a discount, it removes the other items in the list that do not have a discount, it should still list all the items even if it does not have an existing discount assigned to a customerID... been driving me crazy trying out the different joins, but can't get my intended result.
Thanks for your time.