A
Alfred FPC
I had a previous question about using like in my query to search multiple
fields and give me results, but when i ran my query it would be missing
records. Here is the code that i am using to perform the search WHERE
(((MAIN.LNAME) Like '*' & [forms]![form1]![text2] & "*" Or (MAIN.LNAME) Is
Null) AND ((MAIN.FNAME) Like '*' & [forms]![form1]![text0] & "*" Or
(MAIN.FNAME) Is Null)); any help would be great on this.
-alfred
fields and give me results, but when i ran my query it would be missing
records. Here is the code that i am using to perform the search WHERE
(((MAIN.LNAME) Like '*' & [forms]![form1]![text2] & "*" Or (MAIN.LNAME) Is
Null) AND ((MAIN.FNAME) Like '*' & [forms]![form1]![text0] & "*" Or
(MAIN.FNAME) Is Null)); any help would be great on this.
-alfred