Sorry that I'm no good at figuring out how to display my issue here. Below you see my form. The record source is currently a query that returns "inquirers" from a table of people. I have a list box that displays the names of all the inquirers, and after update will load the record of that name. What I want to add is another listbox, that once someone chooses a name, will populate with all the "inquiries" (Like tickets from a call center) that are under that name. I already have a separate table with inquiries that is related to the current table in a one-to many relationship (Many inquiries per inquirer). Then my ultimate goal is once they select the inquiry from the list box, that additional fields will fill with that inquiry information.
I realize that I may need to base my form on another query... or something... my mind is kind of blown right now trying to figure it out. I'm sure it's simple in the long run...
One problem is that if we change the record source to a query based on both the "inquirers" query and the "inquiries" table, we will end up with my existing list box displaying one line for every inquiry, instead of one for every inquirer, which will need to be fixed.
Please untangle my knotted-up mind!
![]()