I am trying to search the a table named "PeopleRecords" for a desk location given only the persons first name. Every time I attempt using a wild card I return "nope". How should I correctly use the wildcard?
param = Nz(DLookup("DeskLocation", "PeopleRecords", "[FullName] = '" & FirstName & "'"), "nope")