R
rlh
Sorry if this is a dumb question, but I was given this database to
fix and I'm not well versed with Access.
There's a query in which a text field has a criteria of
Like "*['/']*"
It's suppose to only pick up records where there is a "/" character.
However it seems to be picking up records with "'" character.
Am I correct that the the criteria should be
Like "*[/]*"
and that the "[]" means match any character specified within the brackets???
TIA
fix and I'm not well versed with Access.
There's a query in which a text field has a criteria of
Like "*['/']*"
It's suppose to only pick up records where there is a "/" character.
However it seems to be picking up records with "'" character.
Am I correct that the the criteria should be
Like "*[/]*"
and that the "[]" means match any character specified within the brackets???
TIA