Before I start, what is the best way to construct select query statements where say 10 options of inclusion are present. eg, user wants a list containing any of 10 option boxes selected, do I have to do a chain of IF/ELSE/THEN statements followed by X amount of select statements, or is there a magic way round? Thanks