I created a combo box on a form that allows the user to choose to see the records that contain a value or the records that don't contain a value for a specificed field. The form is linked to a query. I used in IIF statement similar to this in the critera area for the field: IIF(Forms![Form]![ComboBox] = 'Contains Value', Not Null, Null). I am not sure if i am even close on this, but I can't seem to get any results. Any info would be great. Thanks. Tim