M
magmike
This IIf statement is in an unbound control on a report. When I paste
it into the Control Source under the unbound control's properties - I
get an error saying the expression is too complicated. I've double
checked it, and it is crafted correctly. I'm guessing it is too long.
Is there a maximum amount of IIf checks?
Just a little background - There are 29 different possible fields from
a query that I might want to populate this control with, depending on
the value of another field. Unfortunately, I am stuck working with a
badly built database and trying to make this work in spite of it. So,
my control source answer is a 29 step IIf statement. Is there a work
around on this?
Thanks in advance for your help!
magmike
it into the Control Source under the unbound control's properties - I
get an error saying the expression is too complicated. I've double
checked it, and it is crafted correctly. I'm guessing it is too long.
Is there a maximum amount of IIf checks?
Just a little background - There are 29 different possible fields from
a query that I might want to populate this control with, depending on
the value of another field. Unfortunately, I am stuck working with a
badly built database and trying to make this work in spite of it. So,
my control source answer is a 29 step IIf statement. Is there a work
around on this?
Thanks in advance for your help!
magmike