SELECT id
FROM Activity
WHERE important = see below
IF [Forms]![Search]![important] = false, search for both true and false
IF [Forms]![Search]![important] = true, search for only true
I hope you understand what I want to do. Is this possible?