I've Got Your Number
If you click on the Record Source, you can open the
new query with the three-dot builder. Create a new field to
concatenate the Name and Phone number.
The new code will look like
this:
NameAndPhone: [Phone] & " " & [LastName] & ", " &
[FirstName]
In the Criteria add the Like parameter:
Like "*" & [Enter the name or phone] & "*"
Save the query.