Repeating Table

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?
 
C

Clay Fox

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top