Please bear with this explanation/question, I've recently been reintroduced to Access after a year absence and my brain is sorta fuzzy with some of the stuff I used to do...
And any help/advice that can be provided would be greatly appreciated.
So I have a table (go figure) that sort of resembles below, albeit many more records.
ID From To
1 1 5
1 3 9
1 7 13.2
1 20 24
1 28 31
1 30 42
2 10 20
2 25 27.5
2 26 31
3 400 401
4 485 490
4 495 500
yada yada yada
Now if you can see some of these Id's has several sets of overlaps as far as the From's and the To's are concerned. What I want to do is simply dissect/remove the overlaps and have a significanly simpler table that resembles something like below.
ID From T0
1 1 13.2
1 20 24
1 28 42
2 10 20
2 25 31
3 400 401
4 485 490
4 495 500
and so on
I appreciate the help
-Eric
And any help/advice that can be provided would be greatly appreciated.
So I have a table (go figure) that sort of resembles below, albeit many more records.
ID From To
1 1 5
1 3 9
1 7 13.2
1 20 24
1 28 31
1 30 42
2 10 20
2 25 27.5
2 26 31
3 400 401
4 485 490
4 495 500
yada yada yada
Now if you can see some of these Id's has several sets of overlaps as far as the From's and the To's are concerned. What I want to do is simply dissect/remove the overlaps and have a significanly simpler table that resembles something like below.
ID From T0
1 1 13.2
1 20 24
1 28 42
2 10 20
2 25 31
3 400 401
4 485 490
4 495 500
and so on
I appreciate the help
-Eric