There can be many values in the criteria but only one value returned which is the contents of the field selected.
Alternatively, you could base the search on a query and concatenate values there. For example,
Dlookup("Name", "tblCustomers","CustomerID=20)
where Name is concatenating the first and family names.