I want to add a button on to my list page that, when clicked, will only show records that contain empty fields. Each record contains a dozen or so fields of out of all those fields if any one of five specific fields are empty then the record should be listed, if all of those five fields contain data the record should not be listed.
What code will I need to use to acomplish this.
Thanks