Hi,
I want to use an IIf in a textbox in my report. I have the following code in the control source:
=IIf([filmlijst.status]>2,"d","e")
the error given is: invalid syntax, you may have entered an operand without an operator
As I searched on this item, I don't really see the problem...