I have a list of contacts.
I can show details in code by
label1.text=con.FirstName or
label1.text=con.LastName
If I have a combobox with several options in it, eg
FirstName
NickName
LastName
How would I be able to do
label1.text=con.(combobox.item(x))
Hope this make sense :sign0148:
It's doin mi ed in
I can show details in code by
label1.text=con.FirstName or
label1.text=con.LastName
If I have a combobox with several options in it, eg
FirstName
NickName
LastName
How would I be able to do
label1.text=con.(combobox.item(x))
Hope this make sense :sign0148:
It's doin mi ed in