Getting a column of a combo box

D

Dannic

I have a combo box in a form. the second column is the bound column
however I want to pull the first column for some data manipulation. I
have tried this and it didn't seem to work.

stIcp = Me!icp.Combo(0)

Any ideas?
 
Top