Loop Thru Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top