Hi all,
I think I’m screwing up my VisibleExpr -- If an InventoryID contains ‘SIM’, I want it to display a text field, but I think I messed up the syntax as I’m getting an error.
=IIf( InStr( fAMProdItem.InventoryID], 'SIM' )<0, False )
Is there a better way to define ‘contains’ in the expression?