P
Pamela
I have 2 combo boxes on my form. The first, InsuranceCoID, has its row
source which is a query that limits the combo box values to show only certain
companies that meet a criteria. I have it coded so that on a NotInList
event, a form opens so it can be added. I have a one-to-many relationship
between tbl_InsuranceCo and tbl_InsCoEmployee. I want to create the 2nd
combo box to cascade and show only the InsCoEmployees for the chosen
InsuranceCoID but it will have to update for any new InsuranceCoIDs that get
added. Obviously if a new InsuranceCoID is added in the form there won't yet
be any InsCoEmployees so I'll need to ability to code it as the first one for
the NotInList event. Thanks so much!!!
source which is a query that limits the combo box values to show only certain
companies that meet a criteria. I have it coded so that on a NotInList
event, a form opens so it can be added. I have a one-to-many relationship
between tbl_InsuranceCo and tbl_InsCoEmployee. I want to create the 2nd
combo box to cascade and show only the InsCoEmployees for the chosen
InsuranceCoID but it will have to update for any new InsuranceCoIDs that get
added. Obviously if a new InsuranceCoID is added in the form there won't yet
be any InsCoEmployees so I'll need to ability to code it as the first one for
the NotInList event. Thanks so much!!!