K
-Karl
I'm thinking this might be more for a SQL query than something that a
form can handle but here goes....
My example is this: Say I have a form that has 2 columns, Site & Data
Size, In this report, I have group the results by site. Now I need
to be able to do a SUM of Data Size colum PER Site! The sum feature
will SUM the entire column.
Am I correct in somehow needing to develop a SQL query? I am thinking
that I might need to develop a seperate table for just that reason (To
perform the calcs per site, then hold them in the table to be
referenced by the report)
Thanks for your help...
-Karl
form can handle but here goes....
My example is this: Say I have a form that has 2 columns, Site & Data
Size, In this report, I have group the results by site. Now I need
to be able to do a SUM of Data Size colum PER Site! The sum feature
will SUM the entire column.
Am I correct in somehow needing to develop a SQL query? I am thinking
that I might need to develop a seperate table for just that reason (To
perform the calcs per site, then hold them in the table to be
referenced by the report)
Thanks for your help...
-Karl