Form Object to Function my Form has Subform Rows
When writing the function i can see that the subform is available as a collection but how do you know which row is being acted upon
example
Function
....
....
if (Function.SubForm_1.this_is_a_row
How do you know which row is being evaluated
Thanks