I have a combo box in a form that lists the states in a country. I have
listed the states in a table and then combo box lists all the states in the
form. I would like to list the states in VB for the combo box instead of
having an extra table. The listed states stay the should stay the same so
they are fixed. Ihope this gives you better clarity
Now I have to ask, "Why?" You can create a dynamic RowSource for your
combobox in VBA, but you would still have to have either a Table/Query or
Value List and, for a list of States, a table is the perfect place to store
that list.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.