K
Kim
I have created several expressions using the IIf statement, the only
way I have been able to get them to work is create the statement in the
SQL view
Here is how it looks in SQL view: IIf(main.P8 Is Null,Null,main.folder
& main.P8) AS Photo_8
But each time I try to view in Design View I get an "The expression you
entered has invalid vertical bars"
Here is what it looks like in Design View:
Photo_8: IIf(main.P8 Is Null|Null|main.folder & main.P8)
I have tried to change the Pipes to commas, but then I get another
error "The expression you entered has invalid syntax.
Any ideas? Thanks in advance.
Kim
way I have been able to get them to work is create the statement in the
SQL view
Here is how it looks in SQL view: IIf(main.P8 Is Null,Null,main.folder
& main.P8) AS Photo_8
But each time I try to view in Design View I get an "The expression you
entered has invalid vertical bars"
Here is what it looks like in Design View:
Photo_8: IIf(main.P8 Is Null|Null|main.folder & main.P8)
I have tried to change the Pipes to commas, but then I get another
error "The expression you entered has invalid syntax.
Any ideas? Thanks in advance.
Kim