If the user's text in field "ItemNumber" contains">" then field "FixtureUpgradePrice" suppress zero.
If the user's text in field "Description" contains")" then field "FixtureUpgradePrice" suppress zero.
I tried this and there is no error, but neither formula works
Right({TblBasicPlumbingBidDetail.ItemNumber},1) = ">"
AND Right({TblBasicPlumbingBidDetail.Description},1) = ")"
For the field that you are trying to format, if both of these have to be true you just put the word AND between the two expressions.