Combo Boxes

D

Delaney

I have a subform with 2 combo boxes. Combo1 = State and
Combo2 = City. Both values are being stored.

Problem is I can't get Combo2 to filter to the cities
based on what state is choosen in Combo1.

Combo1 is based on a single table.

Combo2 is a view of 4 tables.

I am trying to do this in an adp.

Thanks!!
 
Top