derekstewart
MIS
I have a database that contains company & product information. The database contains a form where users select Name/Date/Location/Company/and Product line. The subform allows them to select the item # of the specific product in another combo box and autopopulates the description. Currently, the subform shows all 4k lines of products. I would like to limit the products based on the company and product line the user chooses. I have the subform combo box based on a query. I clicked on it and added company and product line, but I don't know how to link that to the value stored in the combo box of the parent form. If I create parameters [enter company name] it works fine, but I would like to reference the info they already entered. Is there a way to reference combobox form elements in a query or am I going about this wrong? Thanks.