L
Lambi000
I am trying to get records based on text in a Product ID field. In the
select query, in design view, I have criteria as follows: Like "*GAL*". I
am looking for an item that contains the string GAL.
What ends up happening is the operator turns into Alike and it doesn't work.
What is going on here? Why isn't Like a valid operator?
SELECT [Code 10 Production].ItemNum
FROM [Code 10 Production]
WHERE ((([Code 10 Production].ItemNum) ALike "*GAL*"));
select query, in design view, I have criteria as follows: Like "*GAL*". I
am looking for an item that contains the string GAL.
What ends up happening is the operator turns into Alike and it doesn't work.
What is going on here? Why isn't Like a valid operator?
SELECT [Code 10 Production].ItemNum
FROM [Code 10 Production]
WHERE ((([Code 10 Production].ItemNum) ALike "*GAL*"));