J
Jeff Heikkinen
What's wrong with this expression? It looks fine to me, and it
definitely has the same number of '(' and ')' characters, yet Access
tells me it has an extra ')'.
IIf ( IsNull ( [Types] ) , Null , "[" & [Types] & "]" )
(The intention: if the Types field in the source table has nothing, it
prints nothing, otherwise it prints the Types in square brackets).
definitely has the same number of '(' and ')' characters, yet Access
tells me it has an extra ')'.
IIf ( IsNull ( [Types] ) , Null , "[" & [Types] & "]" )
(The intention: if the Types field in the source table has nothing, it
prints nothing, otherwise it prints the Types in square brackets).