A
AnhCVL via AccessMonster.com
Hi all,
I have a data table name "main log table" and it contain couple fields, one
of them is a text field name "zquantity" which contained the numeric value
such as 10, 5, 20 depend on each record value. I want to perform calculation
for the total of all records with certain conditions ( let say the sum of
10+5+20), I am able to get it to work using Ab(sum)) when I put in in the
report footer. due to the lay out, I had to move the item to the page footer,
which generate #Error message on the display text field. I've try to used
Dcount and count but did not know the syntag. below is one of the statement
I tried:
=DCount(Abs(sum("zquantity","[Main Log Table]","[Type]='Letter' AND [Sig_Date]
is Not null")))
The table contained 3 categories, which is Letter, Books, and Other. I want
to calculate the total of each categories base on a field name "Sig_Date" by
evaluate if it is null or not null from the table name "main log table". let
say 30 letters was signed on the first row and 15 letter was sign on the
second row, the "Sig_date" of these rows will be not null, I want to evaluate
the calculation to get a sum of these 2 rows and display it on the page
footer, is it possible? Thanks
Mark
I have a data table name "main log table" and it contain couple fields, one
of them is a text field name "zquantity" which contained the numeric value
such as 10, 5, 20 depend on each record value. I want to perform calculation
for the total of all records with certain conditions ( let say the sum of
10+5+20), I am able to get it to work using Ab(sum)) when I put in in the
report footer. due to the lay out, I had to move the item to the page footer,
which generate #Error message on the display text field. I've try to used
Dcount and count but did not know the syntag. below is one of the statement
I tried:
=DCount(Abs(sum("zquantity","[Main Log Table]","[Type]='Letter' AND [Sig_Date]
is Not null")))
The table contained 3 categories, which is Letter, Books, and Other. I want
to calculate the total of each categories base on a field name "Sig_Date" by
evaluate if it is null or not null from the table name "main log table". let
say 30 letters was signed on the first row and 15 letter was sign on the
second row, the "Sig_date" of these rows will be not null, I want to evaluate
the calculation to get a sum of these 2 rows and display it on the page
footer, is it possible? Thanks
Mark