I have made a sql output table that is 200 rows. Based of if one of the columns is empty or not, I would like to jump do the next empty row each time the page is loaded... so row 30 is empty, load the page and row 30 is visible, then 31, then 32, and so on. The forumula to check if the field is empty is easy, I just cant get the display to go to there.
I tried using a FORM to have the focus jump to the text field but I do not want anything to show up in the display, the text field shows up and it does not work if I make it a hidden field.