Talismanic
Registered User.
- Local time
- Today, 08:24
- Joined
- May 25, 2000
- Messages
- 377
I have an Immediate If that looks like this:
GetValue: IIf([extrate]>[pwrate], [extrate],[pwrate])
Is there a way to throw another condition in this query? I would like to evaluate another field that will have either a 1, 2 or 3 in it. So I would need to incorporate a AND/OR into this GetValue. Is this possible?
If that doesn't make sense, let me try it this way:
If OtherField has 1 or 2 do GetValue if it has a three, ignore the GetValue ImediateIF Function and place a null or at the very least a 0 in the GetValue field.
GetValue: IIf([extrate]>[pwrate], [extrate],[pwrate])
Is there a way to throw another condition in this query? I would like to evaluate another field that will have either a 1, 2 or 3 in it. So I would need to incorporate a AND/OR into this GetValue. Is this possible?
If that doesn't make sense, let me try it this way:
If OtherField has 1 or 2 do GetValue if it has a three, ignore the GetValue ImediateIF Function and place a null or at the very least a 0 in the GetValue field.