|
From: NeoFax on 30 Jun 2008 15:52 I need to write an expression that sums the values of a query based on the date. Here is the query setup: Helo#(Dbl) Sample: 14701, 14702, 14703... Hours(Dbl) Sample: 1351.5, 1345.7, 1292.1,... 8-01(Dbl) Sample: 87.3, 88.5, 99.2... 8-02(Dbl) Sample: 87.5, 100, 100,... So, I would like to make an expression that sums all of say column 8-06 as this is the current month. How would I go about writing this?
From: KARL DEWEY on 1 Jul 2008 13:18 What is your table name? What are your field names? Post sample data like this -- Field1 Field2 Field3 A 1 2/1/08 B 5 5/4/07 X 3 3/22/08 -- KARL DEWEY Build a little - Test a little "NeoFax" wrote: > I need to write an expression that sums the values of a query based on > the date. Here is the query setup: > Helo#(Dbl) Sample: 14701, 14702, 14703... > Hours(Dbl) Sample: 1351.5, 1345.7, 1292.1,... > 8-01(Dbl) Sample: 87.3, 88.5, 99.2... > 8-02(Dbl) Sample: 87.5, 100, 100,... > > So, I would like to make an expression that sums all of say column > 8-06 as this is the current month. How would I go about writing this? >
|
Pages: 1 Prev: DSUM Syntax Error Next: One Command Button for different reports |