hello i need help in(
query criteria do count the number of matching search
i use ( Like "*" & [txtcriteria] & "*") but when i have 2 matching search in one record the count is 1
example text : the good the bad the ugly
if i search for "the" the count is one but i have 3
hope the idea is clear)
what im looking is the count of the matching txtcriteria
i found countif in excel and its work ,what about access how i can solve this problem plz help
query criteria do count the number of matching search
i use ( Like "*" & [txtcriteria] & "*") but when i have 2 matching search in one record the count is 1
example text : the good the bad the ugly
if i search for "the" the count is one but i have 3
hope the idea is clear)
what im looking is the count of the matching txtcriteria
i found countif in excel and its work ,what about access how i can solve this problem plz help
Comment