Would it be possible to use a listbox within a subform that only populates itself with the data associated with that subform?
For instance, FormA has a listbox from which all rows are populated into this listbox. Also, FormB (subform within FormA) has a ListBox as well.
How can I populate the ListBox in FormB (subform within FormA), when a row in FormA's ListBox is seleced (these related tables)? Would I just need to create a query to do this or can I use the current record set of FormB to peform a requery on the ListBox?
Thank you,
Nishant
For instance, FormA has a listbox from which all rows are populated into this listbox. Also, FormB (subform within FormA) has a ListBox as well.
How can I populate the ListBox in FormB (subform within FormA), when a row in FormA's ListBox is seleced (these related tables)? Would I just need to create a query to do this or can I use the current record set of FormB to peform a requery on the ListBox?
Thank you,
Nishant