G
Guest
Hello,
I have taken the advice of Tim and Dave (thank you); however, this is what I
am running into now.
I created the following expression:
IIf([charges]>=5,4,IIf([charges]=3 or 4,2,IIf([charges]=1 or 2,0,)))
It is supposed to compute like this:
If the # of charges entered in the charges field is greater than or equal to
5 then "4", If the # of charges entered equals 3 OR 4 then "2", If the # of
charges equals 1 or 2 then "0". The first two parts of the expression work
but if I enter either 1 or 2 the query is bringing in the #2 not the #0. Any
insight?
I have taken the advice of Tim and Dave (thank you); however, this is what I
am running into now.
I created the following expression:
IIf([charges]>=5,4,IIf([charges]=3 or 4,2,IIf([charges]=1 or 2,0,)))
It is supposed to compute like this:
If the # of charges entered in the charges field is greater than or equal to
5 then "4", If the # of charges entered equals 3 OR 4 then "2", If the # of
charges equals 1 or 2 then "0". The first two parts of the expression work
but if I enter either 1 or 2 the query is bringing in the #2 not the #0. Any
insight?