All, I’m having trouble validating the syntax of this visible expression… I’ve looked at it so many times now I think I’m going blind.
=iif(([AMProdOper.Descr]='Stage 2' and (Right([AMProdItem.InventoryID],4)='-PGC', True, False)))
So I want the text box to display if:
the production stage description is ‘Stage 2’ and
If the InventoryID ends in ‘-PGC’
I’m not sure if it’s the closing parens or if my expression to pull the correct Inventory IDs is at fault… thanks!