I have a large data set of ranges of a transport network.
I would like to find duplicates on the Start Miles/yards and End Miles/yards. This is easy enough with a unique tool. However, I also want to find duplicate entries that fit inside the widest range, for example.
Start mile 29 start yard 770 end mile 29 end yard 109, if there was an entry such as start mile 29, start yard 769 and end mile 29 and end yard 110 I would want to highlight this as a duplicate.
The key unique fields would be the "ELR", "TID", "Direction" fields that must match on each occassion to observe a duplicate.
I am stumped on this one and would really appreciate your help.
David.