Hi,
I have a combo box which is populated with a concatenated expression from two fields in a table
(ie. expr 1: [Surname] & ", " & [FirstName]).
What I am trying to do is just select the Surname contents of the combo box and store it in a variable, and the FirstName contents and store them in another variable.
How is this done?
thanks in advance...
I have a combo box which is populated with a concatenated expression from two fields in a table
(ie. expr 1: [Surname] & ", " & [FirstName]).
What I am trying to do is just select the Surname contents of the combo box and store it in a variable, and the FirstName contents and store them in another variable.
How is this done?
thanks in advance...