Using dropdown box to insert values in another control??

S

Stephen

I have a dropdown box on my form with ten cities listed.
When the user selects the city, I want the corresponding
zipcode (that I would also list somewhere) to appear in
another control on the form, as well as to be inserted in
the "zipcode" field of the underlying table..Could
someone point me in the right direction so I can do this.

Thanks
Steve
 
S

Stephen

Got it, thanks..I used a vb script to update the value of
a non-visible text box on my form to contain the value of
the combo box control, and because the non-visible text
box was bound to a field in my main table, that value was
placed into the table.

Steve
 

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

Top