I want to built a loop like this
For i=1 to N
subTotal=FORMi.aControl.value
next i
The FORMi is what I can't implement, this is what I mean by saying reffering to a signle form. I know that there's the statement Me, which reffers to the current form (record), I want by some way to reffer to others also