populated combo box - frustrated

  • Thread starter Thread starter King Kaos
  • Start date Start date
K

King Kaos

I keep trying all the solutions to populate a second combobox from the
first. But I can't get this to work. I have cbobox 1 named TypeGeneral,
Second cbobox named TypeSpecific. All I want to do is have the second
combo box populated from the first combo box - is there some simple way to
do this.



Thanks



Keith
 
How are you trying to populate the second combo box? Which data? We
need more information.
 
I want to have the first combo box called "States" and the second combo box
called "Cities" I have these fields set up in a table with an autonumber
one it and the made a query called StatesCity. I want to make a form so
when I drop down on a certain State it will populate the second combo box
with the Cities in that state. Does this make sense. I tried making a
query criteria that did something like =Form!frmStateCity!StateField. and
then attempted to run an AfterUpdate code in the StateField on the form -
but I was unsure exactly how to do this - any help is appreceiated - thanks

Keith
 
Back
Top