Hi all,
I have a search form named frmSearchPeople. It uses an unbound listbox with the row source as a query named lstSearchPeople.
I want to be able to search the form and populate a different form named frmFillInfo with the selection of a row.
Is there a solution to do this in vba without having to rely on a subform?
Thanks