Skip to Content
0
Jul 29, 2016 at 11:37 AM

How do i calculate next in sequence?

24 Views

I have a table that keeps track of the operations involved on all of our jobs and also has a sequence number to keep everything in order. We have separate tables (yes multiples) that I can link with this to get the scan data for each operation. How can I take a list of operations with their scan time (some in the list will be empty) and look at that data to figure out what operation is next in the sequence?