Populating information from combo box

I

iholder

The proper code for storing the information from a combo box.

Example: Combo has list of zip codes with associated city and state.
I need to poplute the city and state fields in a "Lost Focus Event.

Me.CompanyCity = CompanyZip.Column(1)
error: Member or data not found.
 
Top