I have a "Like" statement that almost works for me. But not fully for multiple choices. I want to enter 2 or 3 answers for the same field plus have the option to Hit the enter key for All records. I can only get 1 answer or I can get ALL. so it almost works.
Like ([Enter multiple Product Class ID’s or Enter for ALL ]) & "*"
so if I want product class 18, it correctly filters only 18's. If i hit enter, I get all my records.
but I sometimes want codes 11, 18 and 24. it only gives me 11's. So what am i doing wrong? thanks
Like ([Enter multiple Product Class ID’s or Enter for ALL ]) & "*"
so if I want product class 18, it correctly filters only 18's. If i hit enter, I get all my records.
but I sometimes want codes 11, 18 and 24. it only gives me 11's. So what am i doing wrong? thanks