Z
znibk
I have created a sub-report which should total a grand total of various types
of income for example a month. (According to the printout of the daily
activity, it is not doing that correctly). I need the query to combine all
the sales for a particular period of time, ie one month, the cash donations,
etc. The report seems to do that, except, when compared to the income
tickets, and the report of daily activities, I come out with a different
total.
In my query, I have the
Criteria for the Date As: Forms!frmDates!txtStart And Forms!frmDates!txtEnd
Expression for my SalesTot: Sum([SS]+Nz([More],0)-Nz([Less],0))
Sum for my donations: TCD:CashDonations
Sum for other income: TOI:OtherIncome
Expression for the total TxtIncomeSum:
Nz([SalesTot],0)+Nz([TCD],0)+Nz([TOID])+Nz([TOID],0)
What this seems to be achieving is the total sales made on one particular
day, the total cash donations for one particular day etc. It is not returning
the total of each catagory for the entire month.
What adjustments do I need to make? Any help would be really appreciated as
that mistake was made in January and I have not yet figured out what I've
done wrong and it is almost time for my February report.
Thanks for all your help in the past and for what is to come.
K
of income for example a month. (According to the printout of the daily
activity, it is not doing that correctly). I need the query to combine all
the sales for a particular period of time, ie one month, the cash donations,
etc. The report seems to do that, except, when compared to the income
tickets, and the report of daily activities, I come out with a different
total.
In my query, I have the
Criteria for the Date As: Forms!frmDates!txtStart And Forms!frmDates!txtEnd
Expression for my SalesTot: Sum([SS]+Nz([More],0)-Nz([Less],0))
Sum for my donations: TCD:CashDonations
Sum for other income: TOI:OtherIncome
Expression for the total TxtIncomeSum:
Nz([SalesTot],0)+Nz([TCD],0)+Nz([TOID])+Nz([TOID],0)
What this seems to be achieving is the total sales made on one particular
day, the total cash donations for one particular day etc. It is not returning
the total of each catagory for the entire month.
What adjustments do I need to make? Any help would be really appreciated as
that mistake was made in January and I have not yet figured out what I've
done wrong and it is almost time for my February report.
Thanks for all your help in the past and for what is to come.
K