If I have a field called [field1] in a continuous form, how do I access the data in record 1 or record 2 of [field1].
Is it an indicie? like [field1](1), [field1](2), etc..
I am trying to add a field from the main form and keep a running count on the subform . Example Mainform [fielda]+ Subform [field1]= Subform [field2] of the 1st record
Next,
Subform [field1]+ Mainform [fielda]=Subform[field2] of record 2. I need it to add them but it wont add correctly when I do a running count.
Basically I need to know how to identify record 1 from record 2 etc of the subform
Thanks
Is it an indicie? like [field1](1), [field1](2), etc..
I am trying to add a field from the main form and keep a running count on the subform . Example Mainform [fielda]+ Subform [field1]= Subform [field2] of the 1st record
Next,
Subform [field1]+ Mainform [fielda]=Subform[field2] of record 2. I need it to add them but it wont add correctly when I do a running count.
Basically I need to know how to identify record 1 from record 2 etc of the subform
Thanks