Hi,
I have this SQL select:
SELECT Menu.ProductName, Menu.ProductID
FROM Menu WHERE (((Menu.CategoryID)=x));
Now I would like that x matches a 1 for field1, a 2 for field2 and so on...Is this possible somehow in combination with the 'Criteria' property of the fields?
thanxs!
alej
I have this SQL select:
SELECT Menu.ProductName, Menu.ProductID
FROM Menu WHERE (((Menu.CategoryID)=x));
Now I would like that x matches a 1 for field1, a 2 for field2 and so on...Is this possible somehow in combination with the 'Criteria' property of the fields?
thanxs!
alej