I have an inventory control database that allows me to add and sell products. On my frmAddNewProducts form it asks for Manufacturer and ProductName, these are in combo boxes. The combo boxes are linked so that the cboProductName box is dependant on the cboManufacturer box, this works well. I would like to set it up so that I can add new products that are not currently in the list, I have a tblManufacturers and a tblProductName that are feeding the combo boxes. I have code in place now that will allow me to add the new products but I can't get the two features (adding new products and the second combo box being dependant on the first) to work together. Any suggestions. I searched the FAQ's and couldn't find this scenario.