P
pbalmanno
My problem is the field is a yes/no which the check mark probably is
converted to binary. I want a text box whoose control source will determine
what text will appear based on a field's content (if the field is checked
yes). I've got this formula worked out to this point (below) but I get the
opposite result then expected IIf([FIELD2]=0, "TEXT2". When I switch it
around to IIf([FIELD2]=1 I don't get the expected result either.
=IIf([FIELD1]="TEXT1", "TEXT1", IIf([FIELD2]={yes/no field}(? which for
yes -1,0,1), "TEXT2","TEXT3")
Thanks,
converted to binary. I want a text box whoose control source will determine
what text will appear based on a field's content (if the field is checked
yes). I've got this formula worked out to this point (below) but I get the
opposite result then expected IIf([FIELD2]=0, "TEXT2". When I switch it
around to IIf([FIELD2]=1 I don't get the expected result either.
=IIf([FIELD1]="TEXT1", "TEXT1", IIf([FIELD2]={yes/no field}(? which for
yes -1,0,1), "TEXT2","TEXT3")
Thanks,