Hi,
I am having a problem that is probably fairly simple for most. I am trying to filter all of the records in a certain column of a database that contain the character #. That character is nomally followed by one or two alpha characters.
Normally, you could use 'LIKE' in the query to find a string. For example to find anything with 'W' you'd use this in the criteria of the query's field:
Like "*W*"
However, it won't work for the hash, as it's used by access to delimit dates.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.