I have a logical, dup keys allowed.
Company
Part
Transaction Date (descending)
Transaction Time (descending)
K CO
K PN
K DATE DESCEND
K TIME DESCEND
I have two records with same keys:
Company = 3
Part = 123
Date 2007-04-17
Time 13:26:49
RRNs=
2169116
2169117
Without adding a rrn field to the file, how can I define the logical as Last in First out. So I get the rrn 2169117 first then the 2169116 second? The RRN is the only indicator that which one came first. The transactions process so fast they happen within the same second. But in reality 2169117 came second and that's the order I wish to see them in my display
Thnx
Company
Part
Transaction Date (descending)
Transaction Time (descending)
K CO
K PN
K DATE DESCEND
K TIME DESCEND
I have two records with same keys:
Company = 3
Part = 123
Date 2007-04-17
Time 13:26:49
RRNs=
2169116
2169117
Without adding a rrn field to the file, how can I define the logical as Last in First out. So I get the rrn 2169117 first then the 2169116 second? The RRN is the only indicator that which one came first. The transactions process so fast they happen within the same second. But in reality 2169117 came second and that's the order I wish to see them in my display
Thnx





Comment