In our db we can search by last name or company name. When searching by a person's name, a form pops up where we enter the last name. The event procedure for the form is to run a query in and in that query the search criteria for the lastname is
Like ([forms]![Person View_Search]![search_lastname] & "*"
Or Is Null.
Some of our last names have accents like Pérez, but not everyone knows to use the accent mark, so if they search by "Perez" it will not find "Pérez" and vice versa. I want to figure out a way for the query to find both versions of Perez etc, no matter which one is used in the search form.
Any ideas?
Like ([forms]![Person View_Search]![search_lastname] & "*"
Some of our last names have accents like Pérez, but not everyone knows to use the accent mark, so if they search by "Perez" it will not find "Pérez" and vice versa. I want to figure out a way for the query to find both versions of Perez etc, no matter which one is used in the search form.
Any ideas?