Normally for LIKE statement, the wildcard character is “%”, but please take note that, in MS Access, you have to use the wildcard “*” instead of “%”, else it is not working.
Here are some examples using the LIKE clause:
LIKE [First character that you want to search] & “*”
LIKE “*” & [Certain character that you want to search] & “*”
0 comments:
Post a Comment