Reffering to single form on continuous form view

aprentice

Registered User.
Local time
Yesterday, 16:44
Joined
Aug 27, 2005
Messages
37
How can I reffer to a specific form on a subform in continouous form view?
 
Could you give a bit more detail about what you're trying to do?
 
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
 
Thnx but this just sums all the above records.
I want to sum some specific records, meaning every control will have the sum of the previous ones.
 

Users who are viewing this thread

Back
Top Bottom