Hi all,
I can't seem to get my IIF(IsNull(...)) statement correct here it is
IIF(IsNull([Forms]![Ma_search2]![Expr1]), ([Forms]![Ma_search2]![Expr1])) AS Expr1, IIF(IsNull([Forms]![Ma_search2]![Expr2]), ([Forms]![Ma_search2]![Expr2])) AS Expr2, IIF(IsNull([Forms]![Ma_search2]![Expr3]),([Forms]![Ma_search2]![Expr3])) AS Expr3, IIF(IsNull([Forms]![Ma_search2]![postcode]), ([Forms]![Ma_search2]![postcode])) AS Expr4, IIF(IsNull([Forms]![Ma_search2]![Name_input]), ([Forms]![Ma_search2]![Name_input])) AS Expr5;
The above is part of an append query reading unbound textboxes. Any Help appreciated, thanks in advance,
M-.
I can't seem to get my IIF(IsNull(...)) statement correct here it is
IIF(IsNull([Forms]![Ma_search2]![Expr1]), ([Forms]![Ma_search2]![Expr1])) AS Expr1, IIF(IsNull([Forms]![Ma_search2]![Expr2]), ([Forms]![Ma_search2]![Expr2])) AS Expr2, IIF(IsNull([Forms]![Ma_search2]![Expr3]),([Forms]![Ma_search2]![Expr3])) AS Expr3, IIF(IsNull([Forms]![Ma_search2]![postcode]), ([Forms]![Ma_search2]![postcode])) AS Expr4, IIF(IsNull([Forms]![Ma_search2]![Name_input]), ([Forms]![Ma_search2]![Name_input])) AS Expr5;
The above is part of an append query reading unbound textboxes. Any Help appreciated, thanks in advance,
M-.