trialerror
Programmer
Hi,
I have a main form with 2 combo boxes.The values in the combobox1 come from a query .Also the values in combo box 2 are limited by the selection made in combo box 1-(already finished this part).Next, I want to display in a subform (or some other way) all the other details of a table , depending on what is selected in combo box 2. For example if I select a city in combo box 1,the customrers of that city are displayed in combo box2.Now, if I select customer 1 in combo box2, I would like to view his details in a subform.(I have linked the 2 tables city-->customer as a 1 to many relationship).
Thanks in advance.
I have a main form with 2 combo boxes.The values in the combobox1 come from a query .Also the values in combo box 2 are limited by the selection made in combo box 1-(already finished this part).Next, I want to display in a subform (or some other way) all the other details of a table , depending on what is selected in combo box 2. For example if I select a city in combo box 1,the customrers of that city are displayed in combo box2.Now, if I select customer 1 in combo box2, I would like to view his details in a subform.(I have linked the 2 tables city-->customer as a 1 to many relationship).
Thanks in advance.