W
wwg
This expression is part of an SQL statement copied from the SQL view of a
working make-table query. I can't get it to compile as a direct SQL query.
The quotes seem to be the problem. Replacing them with single quotes allows
the query to run but it no longer works properly then.
"IIf(IsNull([Salutation]),"", [Salutation] & " " & [FName2] & " " & [Last
Name] & " " & [Title] AS Expr2, "
What to do?
Thanks --Wesley
working make-table query. I can't get it to compile as a direct SQL query.
The quotes seem to be the problem. Replacing them with single quotes allows
the query to run but it no longer works properly then.
"IIf(IsNull([Salutation]),"", [Salutation] & " " & [FName2] & " " & [Last
Name] & " " & [Title] AS Expr2, "
What to do?
Thanks --Wesley