G
Guest
My report source is a query where [Defect] is a number and [DefectDesc] is
text.
I want the value of the [defect] field to print a value based on the content
of [DefecDesc] on the detail line
My expression in the [Defect] text box is:
=IIf([DefectDesc]="tear",0,[Defect])
This field prints ERRORif the expressiion is evaluated False, but does print
0 if True.
I am also using a control footer with sum([Defect]), as well, if that
figures in your answer.
Can anyone help.
TIA,
Lee
text.
I want the value of the [defect] field to print a value based on the content
of [DefecDesc] on the detail line
My expression in the [Defect] text box is:
=IIf([DefectDesc]="tear",0,[Defect])
This field prints ERRORif the expressiion is evaluated False, but does print
0 if True.
I am also using a control footer with sum([Defect]), as well, if that
figures in your answer.
Can anyone help.
TIA,
Lee