H homeguard Registered User. Local time Today, 12:28 Joined Feb 14, 2007 Messages 35 Mar 13, 2008 #1 Hey i want to search a string for Not Like in a query, I tried this: Not Like "*" & "total meds" & "*" but it just gave me all the records suggestions?
Hey i want to search a string for Not Like in a query, I tried this: Not Like "*" & "total meds" & "*" but it just gave me all the records suggestions?
boblarson Smeghead Local time Today, 12:28 Joined Jan 12, 2001 Messages 32,059 Mar 13, 2008 #2 Maybe like: Not Like "*total meds*"