I have a database in which I have a customer order form containing the customers details in the parent form and the products ordered in the subform. As each customer orders from a different set of products I want only to see the products associated with that customer when I click on the subform. I have created a query that will filter out those products for each customer, but when I open up the customer order form it still shows all the products in the products table in the subform. As I select the costumer from a combo box in the main form I want it to automatically apply the same choice to the list of products in the relevant combo on the subform.
Please give your answer in very simple terms because I have no programming knowledge. Thanks,