Johnthelleader
Registered User.
- Local time
- Today, 01:32
- Joined
- Nov 8, 2006
- Messages
- 27
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 333000. If it is greater than 500 then the fomula should kick in.
Rearly appreciate anybody's help.
= 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 333000. If it is greater than 500 then the fomula should kick in.

Rearly appreciate anybody's help.