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 all "OUT OF STOCK and DISCONTINUED" words in my field named customfield1
IIf(Instr(UCase(MorningBite.customfield1),'OUT OF STOCK')<>0
Thank you,
Hope someone can answer.. thx again!
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 all "OUT OF STOCK and DISCONTINUED" words in my field named customfield1
IIf(Instr(UCase(MorningBite.customfield1),'OUT OF STOCK')<>0
Thank you,
Hope someone can answer.. thx again!
