I have similar situation (like the above problem where a user select a
state and the 2nd list populates all the cities for that state) but
instead of using Javascript and static data from the list I need to
retrieve the data from a db not from a static list of Javascript.Does
that make any sense? I know it can be done using Javascript and static
data, but my data will have more data to be added later to the db.I was
able to test out fine using the recordsets and filter, but when
implemented onto...