C
clawdogs
I need help merging the following IIF statements on a form. Both
work
seperately but I need them to work together. Both are seperate IIF
statements without else. My problem is this is calculating math and
I'm having trouble with the brackets in order to get the correct
results. Else can be the 2nd if statement but I can't seem to get it
to work.
=IIf([NOVRATE]>1,([CUMPERCENTOVNOV])-1)*([EMPLOYEE DATA
subform].Form!
TOVCOMP2)*([NOVRATE])+([EMPLOYEE DATA subform].Form!TOVCOMP2)
=IIf([NOVRATE]<1,([NOVRATE])*([EMPLOYEE DATA subform].Form!TOVCOMP2)*
([CUMPERCENTOVNOV])
work
seperately but I need them to work together. Both are seperate IIF
statements without else. My problem is this is calculating math and
I'm having trouble with the brackets in order to get the correct
results. Else can be the 2nd if statement but I can't seem to get it
to work.
=IIf([NOVRATE]>1,([CUMPERCENTOVNOV])-1)*([EMPLOYEE DATA
subform].Form!
TOVCOMP2)*([NOVRATE])+([EMPLOYEE DATA subform].Form!TOVCOMP2)
=IIf([NOVRATE]<1,([NOVRATE])*([EMPLOYEE DATA subform].Form!TOVCOMP2)*
([CUMPERCENTOVNOV])