Hello,
I have a table called house_table that references lname_table and fname_table. So a house may have 1 last name assoicated with it or 2 or 3 or whatever. What I want to do is have a form that shows all information for a house shown in multiple text boxes, then have all names assoicated with that house compiled into a list box or text box. I am trying to populate the list box using a query but I can't get the results I want. Any suggestions?
I have a table called house_table that references lname_table and fname_table. So a house may have 1 last name assoicated with it or 2 or 3 or whatever. What I want to do is have a form that shows all information for a house shown in multiple text boxes, then have all names assoicated with that house compiled into a list box or text box. I am trying to populate the list box using a query but I can't get the results I want. Any suggestions?