Hello,
I am trying to generate a dynamic report of checked out laptops based on check-in and check-out time. I have been using the join tool to find matching device numbers that appear in both the check out and check in data. The devices that appear in the left output of the join tool are the devices that are currently checked out and have not been returned yet. However it is possible that a single device is checked out multiple times in one day, creating duplicate device numbers in the data. This is where i run into an issue. See record 3 below, it joined a check out time of 13:00 with a return time of 09:00, which of course is not physically possible. Is there a way that the device # data being joined can appear in chronological order? so that a matching device number is only joined if the time on the right data is greater than the left?

Thanks in advance!