C
CC
Hello I need some assistance with a calcualtion.
If Sent to CA is equal to zero then return what ever is in
the Weekly # Entered field if false then subtract Sent to
CA from Weekly # Entered.
Weekly Entered #: IIf([Sent to CA]=0,[Weekly#Entered],
[Weekly#Entered]-[Sent to CA])
The problem is that it is not returning the Weekly#Entered
field - and the field is populated. CC
If Sent to CA is equal to zero then return what ever is in
the Weekly # Entered field if false then subtract Sent to
CA from Weekly # Entered.
Weekly Entered #: IIf([Sent to CA]=0,[Weekly#Entered],
[Weekly#Entered]-[Sent to CA])
The problem is that it is not returning the Weekly#Entered
field - and the field is populated. CC