I have a main form for my 'jobs' and a subform where I want to input the data about what products were used on each job. I want to use one combo box to pick a certain supplier, and the next combo box to only display that supplier's products to pick from. I have a jobs table, a products tables and a suppliers table, with the key field from the suppliers table also in the products table. I have tried the 'where' clause in the underlying query for the second combo box but with no success.
Thanks for any help from anyone!
Thanks for any help from anyone!