Is it possible to repeat the column headers every x rows for long lists on screen?
My users deal with long lists of employees with data that changes frequently, and so they don't want to have to print out the results, but they would like to be able to pull up the data, and quickly scroll down the long list on screen. However, some of the columns have similar data in them next to each other, and it is hard to remember which column is which when halfway down the page.
So what I'm looking for is a way to have the column headers automatically repeat every x rows.
And what would be the icing on the cake is that those repeated column headers would not show up when printed.
Thanks,
John