Hi,
This is the query I have.
UPDATE MorningBite SET MorningBite.hideproduct = IIf(Instr(UCase(MorningBite.customfield1),'OUT OF STOCK')<>0,"Y","N");
and this is my question.
How to add another option in this area? I want to add DISCONTINUED word so that if the query runs, it will find...