Loop Thru Records

N

Nigel

I need a loop statement to look at the records on a subform and place the
values from a calulated field called total into a field called value

Thanks
 
N

NetworkTrade

I believe either a Sum or DSum function will work; or an additional
calculated field.

Your statement is quite brief and it is not clear which one would use.
 
N

Nigel

I need a do_ while statement to count the number of records on the form, then
loop thru the reords on the form and place the value from total into value
and then stop at the last record
 
Top