Use the for each selected row/column loop action statement to specify a loop through all of the selected rows or columns of a table dialog control. By removing the keyword selected, all the row or columns within the table will be processed. The action statements specified in the loop will be executed as many times as there are (selected) rows or columns within the table. Whilst this loop construction is essential to access selected rows or columns in a multi-selection table, it also provides a convenient method of accesses the selected row or column in a single selection table.