G
ghetto_banjo
Hello,
I have a report, and i want to conditionally prompt a user for a
data. I have this in the control source of a text box on my report.
=iif([Suffix] = 0, " ", [Enter Parameter])
However, Access sees that prompt in the iif statement, and wants a
value for it before it even checks the conditional statement. So even
when [Suffix] = 0, it wants to know what [Enter Parameter] equals.
Any thoughts?
I have a report, and i want to conditionally prompt a user for a
data. I have this in the control source of a text box on my report.
=iif([Suffix] = 0, " ", [Enter Parameter])
However, Access sees that prompt in the iif statement, and wants a
value for it before it even checks the conditional statement. So even
when [Suffix] = 0, it wants to know what [Enter Parameter] equals.
Any thoughts?