I am trying to create a list box that shows me past due items. The data would be using 3 different columns, column 1: Activities, Column 2: Planned End Date, Column 3: Status. What i would like to be able to accomplish is "if planned end date is less than today's date and status is not marked as complete(so anything other than complete), then to show items(activities)". I can not seem to find a possible solution to make this happen. Hope someone is able to help.