G
gg
On my main contract header form, I have a total field being calculated in the
"Total" field control source =
Dsum("orig_amount-amount_discount","effective_contract_detail","[contract_no]="
&nz([contract_no],0)) for doc_type="OA" however, now I'd like to calculate
several other totals, for my different doc_types (OA, A1, A2, A3...,AR1,
AR2... and CO1, CO2...etc.) and display them all on the main form. There may
be up to 10 totals for the A# type doc_type. The number of A's or AR's or
CO's can increment up to 10). Problem #1), limited number of space on the
main form, problem #2) do I need to do this in a query or VB and not a DSum
in a control source?
Thank you,
gg
"Total" field control source =
Dsum("orig_amount-amount_discount","effective_contract_detail","[contract_no]="
&nz([contract_no],0)) for doc_type="OA" however, now I'd like to calculate
several other totals, for my different doc_types (OA, A1, A2, A3...,AR1,
AR2... and CO1, CO2...etc.) and display them all on the main form. There may
be up to 10 totals for the A# type doc_type. The number of A's or AR's or
CO's can increment up to 10). Problem #1), limited number of space on the
main form, problem #2) do I need to do this in a query or VB and not a DSum
in a control source?
Thank you,
gg