What I am trying to do is create (on a Form) a drop down box or (combo/list box) that I can also add information in to.
To give you a little better understanding of what im trying to do. I want to make a box for example, that you can type in a Zip Code. Now in a combo box I can set it so it will look up information on a table/query and self populate the box as I start to type in the zip code. Now the tricky part is I want to make it so if I type in a zip code that is not already on the table/query I can add a new entry to the table/query making it so the new zip code is now part of the table and I can reference it the next time.
Appercaite the help!
To give you a little better understanding of what im trying to do. I want to make a box for example, that you can type in a Zip Code. Now in a combo box I can set it so it will look up information on a table/query and self populate the box as I start to type in the zip code. Now the tricky part is I want to make it so if I type in a zip code that is not already on the table/query I can add a new entry to the table/query making it so the new zip code is now part of the table and I can reference it the next time.
Appercaite the help!
Comment