I am having a mental block.
I have the following tables - Suppliers, Products, Orders, & Order Transactions.
I have an order 'main' form which has the order date etc & chosen supplier. My subform links to the main order form by the 'order id', when I click on the combo box for the list of products it shows all products from all suppliers. How can I get it to only show the products for the supplier selected in the main form.
Probably a simple solution, but I can't think of it!!