I need to track the number of days a container is overdue to be returned. The first record shows the full container being delivered and a later record shows the empty being returned. The task is to suppress display of the first record based on later record indicating a return. In other words, the returned containers should not show at all. The number of days calculation is no problem, just the logic to suppress a container when a return has occured.
Thanks in advance.
Thanks in advance.