M
Matthew Pfluger
My database contains several parent-child relationships. On the main form, I
display two subforms: one of a datasheet of parents and their total hours and
costs, and one of the children of the selected parent and its total hours and
cost. I enabled the totals row on the two datasheet subforms, but the totals
row doesn't display the SUM of the column. The source for the subforms are
two queries that contain Nz() functions to fill in blank cells with 0's.
I tried setting the total row to other functions like COUNT and VARIANCE,
and every other function works. Why would every other function work but not
SUM?
Thanks,
Matthew Pfluger
display two subforms: one of a datasheet of parents and their total hours and
costs, and one of the children of the selected parent and its total hours and
cost. I enabled the totals row on the two datasheet subforms, but the totals
row doesn't display the SUM of the column. The source for the subforms are
two queries that contain Nz() functions to fill in blank cells with 0's.
I tried setting the total row to other functions like COUNT and VARIANCE,
and every other function works. Why would every other function work but not
SUM?
Thanks,
Matthew Pfluger