V
Vince
Hello,
I initially had this in a query....
Refund: IIf([TotalFundsOutsandingRemain]>0,
[TotalFundsOutsandingRemain],"")
And in another I set....
Balance Owing: IIf([TotalFundsOutsandingRemain]<0,
[TotalFundsOutsandingRemain],"")
Is there any way to use these codes in a form on an
unbound field? I just want the total to show up in Refund
or Balance depending if the total is greater or less than
zero.....
I am not an ADVANCED COder as you may notice...
Thanks!
Vince
I initially had this in a query....
Refund: IIf([TotalFundsOutsandingRemain]>0,
[TotalFundsOutsandingRemain],"")
And in another I set....
Balance Owing: IIf([TotalFundsOutsandingRemain]<0,
[TotalFundsOutsandingRemain],"")
Is there any way to use these codes in a form on an
unbound field? I just want the total to show up in Refund
or Balance depending if the total is greater or less than
zero.....
I am not an ADVANCED COder as you may notice...
Thanks!
Vince