I have a query which is pretty cumbersome. I have 10 fields, Below give is juts an example
FLD1 = (A*B)+C
FLD2 = IF FLD 1 > 100 then 0 is added to FLD2
FLD3 = IF FLD 2 > 100 then 0 is added to FLD3and so on
FLD4
FLD5
FLD6
FLD7
FLD8
FLD9
FLD10
But the problem is after populating FLD5, it is giving me and error "QUERY is too Complex"
SO what I did is, is to divide the query into 2, i.e Run Query 1(with 5 flds Populated) and then run Query2(populate the next 5).
Now, when I try to use a FLD from Query1, it is trating it as a Parameter, ie., when I try to run Query2, it pops out with a input box to enter some value,
Can someone please help me from this misery.
PLEASSEEEEEEEEEEEEEEEEEEEEEE
FLD1 = (A*B)+C
FLD2 = IF FLD 1 > 100 then 0 is added to FLD2
FLD3 = IF FLD 2 > 100 then 0 is added to FLD3and so on
FLD4
FLD5
FLD6
FLD7
FLD8
FLD9
FLD10
But the problem is after populating FLD5, it is giving me and error "QUERY is too Complex"
SO what I did is, is to divide the query into 2, i.e Run Query 1(with 5 flds Populated) and then run Query2(populate the next 5).
Now, when I try to use a FLD from Query1, it is trating it as a Parameter, ie., when I try to run Query2, it pops out with a input box to enter some value,
Can someone please help me from this misery.
PLEASSEEEEEEEEEEEEEEEEEEEEEE