I have set the 'Row Source Type' property of a ComboBox to Table/Query. I have set the 'Row Source' property to qryFullName ( "SELECT tblAdvocates.Forename+' '+tblAdvocates.Surname AS FullName
FROM tblAdvocates;") but it loads nothing in the ComboBox ???? I will check the SQL syntax, but whether it's through creating a recordset in a VBA procedure, and looping through to 'AddItems' to the list, storing the first and surname in a string, or setting a subset to set the RowSource using a query. I wish to concatenate these 2 fields, to create a list for said ComboBox. Please help, it used to be so much easier in earlier versions of VBA !!!

FROM tblAdvocates;") but it loads nothing in the ComboBox ???? I will check the SQL syntax, but whether it's through creating a recordset in a VBA procedure, and looping through to 'AddItems' to the list, storing the first and surname in a string, or setting a subset to set the RowSource using a query. I wish to concatenate these 2 fields, to create a list for said ComboBox. Please help, it used to be so much easier in earlier versions of VBA !!!
