Populating information from combo box

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

Guest

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.
 
Back
Top