gabrielsoy
New member
- Local time
- Today, 18:36
- Joined
- Sep 22, 2008
- Messages
- 2
I have a table with items from a large inventory. the user enters a search string, and I do a query on the table. Works O.K.
The problem is, some of the words in the table have accents (Rubèn, Avión, agüero), and the user can enter them with or without the accent.
Questions:
1-Does Access have a way to search ignoring accents, as it can ignore upper/lower case letters?
2-Is there a wild card in which I can enter several letters as equivalent? (something like search for 'Rub[eéèë]n', in which the fourth character could be e, or é, or è, or ë).
3-If there isn't 1- and 2-, any VBA reusable code?
Many thanks!
The problem is, some of the words in the table have accents (Rubèn, Avión, agüero), and the user can enter them with or without the accent.
Questions:
1-Does Access have a way to search ignoring accents, as it can ignore upper/lower case letters?
2-Is there a wild card in which I can enter several letters as equivalent? (something like search for 'Rub[eéèë]n', in which the fourth character could be e, or é, or è, or ë).
3-If there isn't 1- and 2-, any VBA reusable code?
Many thanks!