Hello,
Is it possible to assign a subform's current recordset to a listbox or combo box?
For example, there is a main form that contains a combo or listbox. An item is selected, and then the corresponding subform is populated with those records associated to the item in the main form (simple relationship). I essentially just want to specify the rowsource for the combo or listbox on the subform, to be the current set of records on the subform.
Additional notes:
I know you can use the wizard to create a combo or listbox that "finds a record based on what I select", however, the items on the subform change as an item on the main form is selected.
Thanks,
Nishant
Is it possible to assign a subform's current recordset to a listbox or combo box?
For example, there is a main form that contains a combo or listbox. An item is selected, and then the corresponding subform is populated with those records associated to the item in the main form (simple relationship). I essentially just want to specify the rowsource for the combo or listbox on the subform, to be the current set of records on the subform.
Additional notes:
I know you can use the wizard to create a combo or listbox that "finds a record based on what I select", however, the items on the subform change as an item on the main form is selected.
Thanks,
Nishant