I'm trying to create a customer database and am having some trouble.
We have our customers organized by list numbers, and my goal is to use a list box on a form to be able to select the list number that you want, click/double click, and have it open the selected table/query. I am only able to make the entire list box clickable to open a table, not individual records.
For instance, you click on List 75 in the list box, and it opens the query that corresponds to all the people in list 75.
I know how to do this by using simple buttons on a form, but we have too many different list options for this to be a reality. Thank you in advance for any help you all can give me.
We have our customers organized by list numbers, and my goal is to use a list box on a form to be able to select the list number that you want, click/double click, and have it open the selected table/query. I am only able to make the entire list box clickable to open a table, not individual records.
For instance, you click on List 75 in the list box, and it opens the query that corresponds to all the people in list 75.
I know how to do this by using simple buttons on a form, but we have too many different list options for this to be a reality. Thank you in advance for any help you all can give me.