Here is my situation...
I have an APP table and a CAT table. I also have a REC table. The APP and CAT tables have only one field and populate combo boxes on a form. The REC table has the following fields; "app", "cat", "company".
All I want to do is have the selections that are made in the combo boxes populate a list box on the form as I make my selection, in "real time". I have the query done and the query works I know that. But how do I get the information to populate the list box after making my selection.
I would NOT be against using a Command Button or something that would "auto-refresh" would be great too.
I have an APP table and a CAT table. I also have a REC table. The APP and CAT tables have only one field and populate combo boxes on a form. The REC table has the following fields; "app", "cat", "company".
All I want to do is have the selections that are made in the combo boxes populate a list box on the form as I make my selection, in "real time". I have the query done and the query works I know that. But how do I get the information to populate the list box after making my selection.
I would NOT be against using a Command Button or something that would "auto-refresh" would be great too.