If you are loading a combo box using a query, then the DisplayMember? would be like
Code:
Me.ComboBox1.DisplayMember = "FirstName" & " LastName"