Y
Yolac
FieldA contains values.
1.) How to create a query for FieldB where I want the
running sum of FieldA? 2.) How to create a query for
FieldC where I want the sum of 4 consecutive values of
FieldA? Example:
FieldC Row1=Row1 of FieldA
FieldC Row2=Row1+Row2 of FieldA
FieldC Row3=Row1+Row2+Row3 of FieldA;
FieldC Row4=Row1+Row2+Row3+Row4 of FieldA;
FieldC Row5=Row2+Row3+Row4+Row5 of FieldA;
FieldC Row6=Row3+Row4+Row5+Row6 of FieldA;
and so on.
Please help. Thanks.
1.) How to create a query for FieldB where I want the
running sum of FieldA? 2.) How to create a query for
FieldC where I want the sum of 4 consecutive values of
FieldA? Example:
FieldC Row1=Row1 of FieldA
FieldC Row2=Row1+Row2 of FieldA
FieldC Row3=Row1+Row2+Row3 of FieldA;
FieldC Row4=Row1+Row2+Row3+Row4 of FieldA;
FieldC Row5=Row2+Row3+Row4+Row5 of FieldA;
FieldC Row6=Row3+Row4+Row5+Row6 of FieldA;
and so on.
Please help. Thanks.