Hi
I have a combo box chat has two columns Firstname and surname
How can I assign the Firstname to one global variable and the Surname to another global variable
I can do it on the Firstname as this is the first column
How can I select the second column
thanks
Phil
I have a combo box chat has two columns Firstname and surname
How can I assign the Firstname to one global variable and the Surname to another global variable
I can do it on the Firstname as this is the first column
Code:
G_Forname = Me.cboUser.Value
How can I select the second column
thanks
Phil