R
Richard Brightman
I guess I'm overlooking an obvious solution to this one, but I'm stumped!
Our association put out an assessment to our members which would be paid in
eight quarterly installments. I build an assessment table with the standard
name/address stuff plus the monetary fields such as beginning balance,
payment, fees, etc. The monetary fields are repeated for each of the eight
quarters (Q1Bal, Q2Bal, etc.)
I want a form to show all of these fields (for all quarters), plus other
computed fields, such as Q1Interest and Q1EndBal. It would allow the
manager to see a member's payment history on a single screen and enter new
payments.
The query I built ends up with seven fields per quarter plus the
name/address stuff for a grand total of 68 fields. When I run the query I
get a "Query too complex" message. Since each quarter needs data from the
previous quarter to do the computations, I'm stumped how to do the query.
If this were a different life I'd create a matrix with one dimension being
the seven fields and the other dimension the eight quarters.
What limit am I hitting and is there some other way to structure the data to
get around the problem?
Our association put out an assessment to our members which would be paid in
eight quarterly installments. I build an assessment table with the standard
name/address stuff plus the monetary fields such as beginning balance,
payment, fees, etc. The monetary fields are repeated for each of the eight
quarters (Q1Bal, Q2Bal, etc.)
I want a form to show all of these fields (for all quarters), plus other
computed fields, such as Q1Interest and Q1EndBal. It would allow the
manager to see a member's payment history on a single screen and enter new
payments.
The query I built ends up with seven fields per quarter plus the
name/address stuff for a grand total of 68 fields. When I run the query I
get a "Query too complex" message. Since each quarter needs data from the
previous quarter to do the computations, I'm stumped how to do the query.
If this were a different life I'd create a matrix with one dimension being
the seven fields and the other dimension the eight quarters.
What limit am I hitting and is there some other way to structure the data to
get around the problem?