T
Tan SH
Hi,
I have the following table (DATA_DAY)with the folloing
fields:
ObjectID, Date, Value1, Value2, Value3
I need a query that can sum up the values of Value1,
Value2, Value3 for a particular Object_ID, for a given
period. In addition, I need to insert the results of this
query into a second table, DATA_DAY_ACC. This table has
the following fields:
ObjectID, Start_Date, End_Date, Sum_Value1, Sum_Value2,
SumValue3, Comments
Help!!!
br/Tan
I have the following table (DATA_DAY)with the folloing
fields:
ObjectID, Date, Value1, Value2, Value3
I need a query that can sum up the values of Value1,
Value2, Value3 for a particular Object_ID, for a given
period. In addition, I need to insert the results of this
query into a second table, DATA_DAY_ACC. This table has
the following fields:
ObjectID, Start_Date, End_Date, Sum_Value1, Sum_Value2,
SumValue3, Comments
Help!!!
br/Tan