Is there an easy way to set each item in a field to a cell of a table without having to refer to each field when I execute "Select * from table where row = rownum"? In other words, Is there a fields collection of a row that I can scroll through and assign to cells in a table in same order?
If so do you have an example?