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?
You would use conditional formatting on your repeating table to show the data
that matched a selection.
Typically I would add a detail button to the repeating table that could use
the current row number to set a seperate field in the main. Then have your
conditional formating based on showing rows that equaled the row number
selected.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> 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
[quoted text clipped - 8 lines]
> only works for each text box. Anyway of selecting the entire row without
> having to select each textbox?