Hi guys,
I have a combo box which is populated when an Access form is loaded. This selects all users from a particular location, and then displays the data within the combo box as Surname, FirstName. The user can then select the necessary user they are after. (So the 2 values are put together to form 1 string)
Based on what the user selects I then need to run another query using the Firstname and surname as seperate parameters. As in select ID from a table where FieldName = Name and FieldSurname = surname.
How can I seperate the name and surname to use in my next query?
Any help appreciated