I am working on an inventory control db and I am stuck on a form that will allow me to assign equipment to an employee on a subform.
I have a form (frmAssign) with a combo box that allows me to choose a name from a list of employees. when selected, that employee's list of assigned items appears on a subform (subAssign). THAT part works great. what I would like to do next is to have 2 cascading combo boxes that would allow me to choose a category (shirts, pants, etc) and then a size to add to a specific employee's list, then input a quantity, click a button, and that item would be added to the existing list on the subform.
Thanks to an earlier post on this forum, I have the combo boxes worked out (on the form, not the sub) and the record-retrieval portion works fine, but I am stuck on how I would get the cascading combos to add additional records to the list.
I have attached the db to this post, and would appreciate any help I can get.
ThanksALSEWorking.zip