T
Thomas Hirschmann
I can't figure out the "IF" code for the follwong list I'm trying to compile:
The "Table" field I'm trying to query is "Office111". If that field is not empty, a "+" should be added to the output document. If the "Office111" field is empty, then nothing should be added. I tried this but I'm getting "The expression you entered contains invalid syntax".
CHNummer: IIf([Office111]<>"" "+") & "" & [Office1] & " " & [Office11] & " " & [Office111]
Any help would be most appreciate. Thanks.
Tom
EggHeadCafe - Software Developer Portal of Choice
Full-Text Search with SQL Server 2000
http://www.eggheadcafe.com/tutorial...52-e6f5b6320397/fulltext-search-with-sql.aspx
The "Table" field I'm trying to query is "Office111". If that field is not empty, a "+" should be added to the output document. If the "Office111" field is empty, then nothing should be added. I tried this but I'm getting "The expression you entered contains invalid syntax".
CHNummer: IIf([Office111]<>"" "+") & "" & [Office1] & " " & [Office11] & " " & [Office111]
Any help would be most appreciate. Thanks.
Tom
EggHeadCafe - Software Developer Portal of Choice
Full-Text Search with SQL Server 2000
http://www.eggheadcafe.com/tutorial...52-e6f5b6320397/fulltext-search-with-sql.aspx