Here is the problem I am currently facing. I have a continous form and all the fields I want to filter on are yes/no fields. So my form shows a list of these records and at the top in the form header I have a check box for each column I would like to be able to filter on (there are 26). I want to be able to check one or more boxes, and then click a search button to execute the filter. I am having trouble with code for this. I have also created another table and instead of yes/no fields I created a text field with restricted values of null or yes. Hoping this would help, but I can not get it to work either. If someone can let me know what field structure is best and help me with the code it would be much appreciated. Thanks!