oh i see.
ok, something like:
Dim strSQL as string
strSQL = "SELECT tblCustomers.CustomerID, tblCustomers.FName, tblCustomers.LName, tblCustomers.City, tblCustomers.Phone FROM tblCustomers WHERE tblCustomers" & me.cmbField.value & " LIKE " & Me.Toggle22.caption & ";"
On each toggle buttons...