L
lmv
I have a form that has a donation ck box. If the amount in the orderdetails
unit price field is a donation it still totals in my "total" viewed in the
form. This is fine. But when I do total budget report I want to have a field
at the end of the report that subtracts the value of any TRUE value in the
donation ckbox.
I have one report that totals the donations. That works fine.
My problem is on my Budget
The report is based on a qry... I don't know how to write the Donation
expression that will accomplish the extended price subtracting the value of
the total value of the true donation ck boxes from the Cat footer and showing
it in the project footer
In the cat ID footer I have a =Sum([ExtendedPrice]) field
report name: rptBudgetWODetails
qry name: qryBudgetUpdate
In the projectID footer I have a =Sum([ExtendedPrice]) field
Donation ck box name : bxDonation
table where info is found: Order Details
field: Donations
field: unitPrice
Can someone tell me what to put in the qry or should it go in an event on
the report if so where and what would the VBA code be? Please help by being
specific in the details on how... thanks!!
unit price field is a donation it still totals in my "total" viewed in the
form. This is fine. But when I do total budget report I want to have a field
at the end of the report that subtracts the value of any TRUE value in the
donation ckbox.
I have one report that totals the donations. That works fine.
My problem is on my Budget
The report is based on a qry... I don't know how to write the Donation
expression that will accomplish the extended price subtracting the value of
the total value of the true donation ck boxes from the Cat footer and showing
it in the project footer
In the cat ID footer I have a =Sum([ExtendedPrice]) field
report name: rptBudgetWODetails
qry name: qryBudgetUpdate
In the projectID footer I have a =Sum([ExtendedPrice]) field
Donation ck box name : bxDonation
table where info is found: Order Details
field: Donations
field: unitPrice
Can someone tell me what to put in the qry or should it go in an event on
the report if so where and what would the VBA code be? Please help by being
specific in the details on how... thanks!!