Hi,
I have a form with an unbound listbox (InquiriesList), the listbox is getting
its data from a query. I want the user to double click on an item in the list
and have the Inquiry Information to populate automatically the other controls on my form based on the specific record
from the listbox.
The criteria that it should be looking up is "InquiryID" (Primary Key) . The listbox has 3 columns the first is the InquiryID.
I have found information on double clicking an item from the list box and opening a second form, but I need this functionality within one form.
I can provide more detail information if needed
Any help would be greatly appreciated.

I have a form with an unbound listbox (InquiriesList), the listbox is getting
its data from a query. I want the user to double click on an item in the list
and have the Inquiry Information to populate automatically the other controls on my form based on the specific record
from the listbox.
The criteria that it should be looking up is "InquiryID" (Primary Key) . The listbox has 3 columns the first is the InquiryID.
I have found information on double clicking an item from the list box and opening a second form, but I need this functionality within one form.
I can provide more detail information if needed
Any help would be greatly appreciated.