This is the first time I have tried to create cascading combo boxes and I have been working on it all day. My problem is when I get to the dependent combo box. I use a table source for the first combo and it is working until I enter the code for updating the dependent combo box. I have several tables for the dependent combo box. The information I have been reading does not really explain how to creat the second combo box if you are not designating one table to it. It does say that no row source is specified for the dependent combo box, so how do you create it?
I have the After update code information, but I need to create the second combo box.
What I am trying to do is put the name of the customer in the first combo box, so I have a TableCustomer. In the dependent combo box, I have several customer tables with the labels listed for that customer, so I want the dependent combo box to list the labels for the customer I select in combo box 1.
I appreciate your assistance.
I have the After update code information, but I need to create the second combo box.
What I am trying to do is put the name of the customer in the first combo box, so I have a TableCustomer. In the dependent combo box, I have several customer tables with the labels listed for that customer, so I want the dependent combo box to list the labels for the customer I select in combo box 1.
I appreciate your assistance.