Associate
Hi there,
I am trying to write an IIF expression in a query in access so far i have got:
I know this is not correct as this never shows the word "Both". The Fields [Marc] and [Andy] are both yes/no feild. I'm guessing i've messed up here:
Would be grateful if someone could point me in the right direction
thanks in advance
Marc
I am trying to write an IIF expression in a query in access so far i have got:
Code:
Expr1: IIf([Marc],"Marc",IIf([Andy],"Andy",IIf([Marc] & [Andy],"Both","")))
Code:
IIf([Marc] & [Andy],
thanks in advance
Marc