Take a look at the strComp( ) function.
Field: strComp([FieldName], "v", 0)
Criteria: 0
If the letter "v" you are looking for is a substring in the field, like
"abcv123" then this will not work.
If this is the case, I'd write a little function that I pass the field name
and the character to, and have the function do a character by character
comparison.
--
HTH
Dale
Don''t forget to rate the post if it was helpful!
email address is invalid
Please reply to newsgroup only.