Here's the SQL code that I have so far that does not work:
UPDATE ITEM SET webflag='' where itemnum=(select itemnum from itmdescr where description1='')
Basically, I want to set the webflag field to <blank> for any items whose description1 field is blank.
Any suggestions? TIA!!
UPDATE ITEM SET webflag='' where itemnum=(select itemnum from itmdescr where description1='')
Basically, I want to set the webflag field to <blank> for any items whose description1 field is blank.
Any suggestions? TIA!!