G
Guest
I am entering the following if statement:
=IIf(Sum([Text98])-Sum([Text99])>0,Sum([Text98])-Sum([Text99]),"")
Basically, I have text100 text box on my report that is the following formula:
=Val([Text98]-[Text99])
If this total is less than 0 is should go in credit and if
it is more than 0 is should go in debit.
My problem with the statement is that I am prompted for a parameter value
for Text98 and one for Text99 when I try to run my report.
Thanks
Jeannie
=IIf(Sum([Text98])-Sum([Text99])>0,Sum([Text98])-Sum([Text99]),"")
Basically, I have text100 text box on my report that is the following formula:
=Val([Text98]-[Text99])
If this total is less than 0 is should go in credit and if
it is more than 0 is should go in debit.
My problem with the statement is that I am prompted for a parameter value
for Text98 and one for Text99 when I try to run my report.
Thanks
Jeannie