I have created the following formula in the Control Source field of a text box using the Expression Builder:
= IIF([GRT]<= 500, "333,000")IIF([GRT]>500,333000+(2500*500)+ (([GRT]-3000)*333))
What I am trying to say is that if the field [GRT]'s value is between 1-500 then the default value is...