What I have done is
I just made one TextBox
and whatever the user typed in, Search it in both First name and Lastname
Sample Code
Private Sub Search()
ListCustomer.RowSource = _
"SELECT AccountNo, Company, Contact " & _
"FROM tblCustomerTemp " & _
"WHERE...