On form I have 2 recordsets with fieldnames A,B,C
I want to calculate a new value for A in recordset 2 using B and C in recordset 1:
An = (Bn-1 * Cn-1)/10
B....C.....A
10...2....0
15...25..2
'A' will have an initial value of 'o' and B,C are precalculated values.
How can I go about calculating between recordsets to achieve this in Access?
Thank you for any help
I want to calculate a new value for A in recordset 2 using B and C in recordset 1:
An = (Bn-1 * Cn-1)/10
B....C.....A
10...2....0
15...25..2
'A' will have an initial value of 'o' and B,C are precalculated values.
How can I go about calculating between recordsets to achieve this in Access?
Thank you for any help