G Guest May 6, 2004 #1 Dear Friends I want to write any part of field in a parameter query and find it . How I do it Thanks abbi
Dear Friends I want to write any part of field in a parameter query and find it . How I do it Thanks abbi
J John Spencer (MVP) May 6, 2004 #2 I think you mean you want to return results where a field contains a specified parameter string. Field: SomeField Table: SomeTable Criteria: LIKE "*" & [Please find:] & "*"
I think you mean you want to return results where a field contains a specified parameter string. Field: SomeField Table: SomeTable Criteria: LIKE "*" & [Please find:] & "*"