When you said to insert the headers to the list / table at index 1, I think I can work out how to do that, but the issue is getting the SQL into the list. I can get the SQL into the tableview directly, but not via list, yet.
Ah, you're right. As I found out, it can visually load the data into a list correctly, but the problem comes when you're trying to read a row out of that list using the index from the selected table entry. Inserting the fixer block back into the 'select' query didn't change how the data appeared, but it made the 'select list item' block work properly. Thanks.