R
RobSol
If I have a repeating table which has four rows of data with three columns.
How do I select a one row only say to email results? Example
Col 1 Col 2 Col 3
Row 1 ### ### ###
Row 2 ### ### ###
Row 3 ### ### ###
Row 4 ### ### ###
This is what is shown on my table but say I want to select Row 3 only in a
different view. I know you can use the current() function but I believe this
only works for each text box. Anyway of selecting the entire row without
having to select each textbox?
How do I select a one row only say to email results? Example
Col 1 Col 2 Col 3
Row 1 ### ### ###
Row 2 ### ### ###
Row 3 ### ### ###
Row 4 ### ### ###
This is what is shown on my table but say I want to select Row 3 only in a
different view. I know you can use the current() function but I believe this
only works for each text box. Anyway of selecting the entire row without
having to select each textbox?