Q
QB
I have a db that is on it's 3rd year of usage and development. A while back
I created a complex report built upon a set of queries. It has always worked
without issue.
I recently did some work to the db, but in no way touch this report, queries
or underlying tables, and now I it won't work.
I traced the issue to the queries.
In a first queries I have a field that is a calculated field (simple + - /).
The first query runs fine.
Now I have a 2nd query built upon the first in which I reference this above
mentioned calculated field. For some reason, the 2nd query spits out that
the expression is too complex... If I remove the field, it works. The field
is also used in another field in an iif () expression and that works fine,
but simple refering to it alone, generates this error.
How can it be too complexe since it gets calculated without issue in the
first Query and since I can use it in a iif() expression?
What is going on here? Anyone have any ideas?!
Thank you,
QB
I created a complex report built upon a set of queries. It has always worked
without issue.
I recently did some work to the db, but in no way touch this report, queries
or underlying tables, and now I it won't work.
I traced the issue to the queries.
In a first queries I have a field that is a calculated field (simple + - /).
The first query runs fine.
Now I have a 2nd query built upon the first in which I reference this above
mentioned calculated field. For some reason, the 2nd query spits out that
the expression is too complex... If I remove the field, it works. The field
is also used in another field in an iif () expression and that works fine,
but simple refering to it alone, generates this error.
How can it be too complexe since it gets calculated without issue in the
first Query and since I can use it in a iif() expression?
What is going on here? Anyone have any ideas?!
Thank you,
QB