Try this:
Code:
in combo1 on select
-
If combobox1.text = "California" Then
"Sacromento" list1.addlist
"Las Angelos" list1.addlist
etc. for each city
End If
-
Or if you wanted to predefine you could make 50 lists if u have the time!
Good luck!

------------------
DiGiTaIErRoR