MatthewL Posted April 13, 2022 Posted April 13, 2022 I have a set of data in access and in one of the columns there is some that has *** in the middle of text and numbers either side. The 3's * are characters 9 - 11, if I just search on * it brings all 26k records up, is there a way I can great a query to find these and change for an alternative character to enable finding a bit easier?
howartp Posted April 13, 2022 Posted April 13, 2022 (edited) https://www.access-programmers.co.uk/forums/threads/wild-card-escape-character.43693/ [*] would find the asterisk *[*]* would find the asterisk within anything else - though this seems a pointless extension of the first option to me. [*][*][*] would then find *** Edited April 13, 2022 by howartp 2
Ditto Posted April 13, 2022 Posted April 13, 2022 https://www.access-programmers.co.uk/forums/threads/wild-card-escape-character.43693/ [*] would find the asterisk * [*]* would find the asterisk within anything else - though this seems a pointless extension of the first option to me. [*] [*] [*] would then find *** Purely out of curiosity, but would [***] achieve the same as [*] [*] [*] - if not, why so?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now