what I am trying to do is build a query using checkboxes
The table will stay the same its the columns that the checkboxes will refer to.
SELECT thisField, anotherField FROM members
thisField of course would be one of the checkboxes, I guess it would have to check if box is checked then build the query from there
any help would be greatly appreciated , this is killing me