Help with Combo box

J

Joe Cilinceon

I have a combo box on a form that lists the StateAbbr., StateName, and
CountryName. For example KY, Kentucky, USA. Now my question is how would I
access the CountryName (3rd field in the combo box) when I pick the state.
I want to use this to preload the Country field on the form. I have tried
putting the following line in the AfterUpdate event on the State field:
Me.MailCountry = Me.cboStateCountry.CountryName (This gets a error).
 

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