D
Derek Ruesch
I have a fairly complex UNION query in my Access database
that includes several Iff() functions.
This query works fine on a Windows 2000 computer but when
I run it on a Windows NT 4.0 computer I receive the
following error message: "This expression is typed
incorrectly or it is too complex to be evaluated. For
example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by
assigning parts of the expression to a variable (Error
3071).
When I took out the UNION ALL clause and the query that
follows this clause, the query ran fine on the Windows NT
4.0 computer. However, I need this to be a UNION ALL
query.
Why does this query run fine on the Windows 2000 computer
but errors out on the Windows NT 4.0 computer? What can I
do to make sure this query runs fine on both the Windows
2000 computer and the Windows NT 4.0 computer?
I would greatly appreciate any help. Thanks.
Derek Ruesch
that includes several Iff() functions.
This query works fine on a Windows 2000 computer but when
I run it on a Windows NT 4.0 computer I receive the
following error message: "This expression is typed
incorrectly or it is too complex to be evaluated. For
example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by
assigning parts of the expression to a variable (Error
3071).
When I took out the UNION ALL clause and the query that
follows this clause, the query ran fine on the Windows NT
4.0 computer. However, I need this to be a UNION ALL
query.
Why does this query run fine on the Windows 2000 computer
but errors out on the Windows NT 4.0 computer? What can I
do to make sure this query runs fine on both the Windows
2000 computer and the Windows NT 4.0 computer?
I would greatly appreciate any help. Thanks.
Derek Ruesch