Some other methods for searching for customers/persons/clients (there may be some duplication among these.)



CustomerSearchExample utilizes a goto method and also a filter by method for searching on multiple fields.

PKSearchExampleAllAndHighlightExample and SearchFormMultipleWaysHighlightCurrRecNewVersion12 both have multiple ways using the alphabetical search. One example (I think it's the 2nd one) will let you create/send an email based on the found name. You can also do and/or searches (Other search methods button) as well as highlight a record in a continuous form (last button.)

FindNameExample2 utilizes the NotInList for a combobox and will separate the name and add it to the form.

FindNameExample3 utilizes a recordset search on a single name field.