autotext in a combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! Still learning, so please be kind.... How do I allow new text to be
stored in a combo box? ie. 4 cities in a drop box, none of which is the city
I want...I type out the new city....how do I keep it in the combo box. I
want to allow all the data I enter to be saved onto that drop box. What do I
do? I'm not really technical, so please use "childlike" terms. Thanks in
advance.

Chelle
 
Hello,

I'm still learning too, so although this has solved the same problem for me
it might not be the simplest solution.

Create a query to run of the field that relates to cities in your table to
show all entries (set the unique record value to "yes" in the properties of
the query). Then change to control source property of your combo box to run
from that query. This way every time you add a new city when you go back into
the form the query will pick it up. Sorry if this all sounds like the long
way around but it probably is!
 
Thanks for replying JohnC. I will definitely try it. If you find
a more simpler method please don't hesitate to post again.

chelle
 

Ask a Question

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.

Ask a Question

Similar Threads

Unbound Combo Box 5
Cascading Combo boxes using CASE command 12
dependent combo boxes 1
Combo box problem 7
Combo Box 6
Cascading Combo Boxes 3
Auto Fill 0
To Avoid Blank Space in Combo Box 2

Back
Top