Sep 16, 2007 #1 corbinap Programmer Nov 20, 2006 34 US I need a YesNo control to be true if two other controls are true. Would the below be the way to go?? Control = iif([calledoff] or [oos]= true, 0, 1)
I need a YesNo control to be true if two other controls are true. Would the below be the way to go?? Control = iif([calledoff] or [oos]= true, 0, 1)
Sep 16, 2007 #2 PHV MIS Nov 8, 2002 53,708 FR I'd try this: [control] = ([calledoff] And [oos]) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote