Hi all. I'm trying to create a table based on user preference. Basically, the user has the ability to use checkboxes to specify which fields should be displayed. If the field is checked, the value 'checked' is saved to a database. If a field has a value of 'checked', it should show up as one of the headers in the table. If not, it should not be displayed. I'm confused about the best/easiest way to do this. Can you guys help me out?