I am creating a filter button with the following query...
Form_MemberHeading.Filter = "[Active] = -1 AND [Title] <> 'Missionary'"
I want to find all records where the ACTIVE is TRUE and the TITLE is not equal to the phrase MISSIONARY.
The button works except it also excludes the records where the TITLE is blank. How can I fix this?
Many thanks