G
Guest
I have checkbox named "Released"
Here is what I am doing
LocationStatus:
IIf([Released?]="yes","Delivered",IIf(Not
IsNull([Location]),"Warehouse/Yard","Intransit"))
This expression work correctly when the datatype is changed from a checkbox
to a text box and "yes" is typed in the textbox but is gives an error when
when it is a yes/no datatype and when its is checked. I think the problem is
the "yes" in the expression for the yes/no datatype I tried "1", I tried "-1"
and others. Please help
Here is what I am doing
LocationStatus:
IIf([Released?]="yes","Delivered",IIf(Not
IsNull([Location]),"Warehouse/Yard","Intransit"))
This expression work correctly when the datatype is changed from a checkbox
to a text box and "yes" is typed in the textbox but is gives an error when
when it is a yes/no datatype and when its is checked. I think the problem is
the "yes" in the expression for the yes/no datatype I tried "1", I tried "-1"
and others. Please help