safari7391
Programmer
MS Access DB 2000
How can I merge 2 rows together from the example below. I would like to merge from the split field. Is it possible to merge split 499 in to split 103 and keep split 103 as an field?
Now
row_date logid split acdcalls acdtime acwtime
6/25/2005 79830 18 3 1059 15
6/25/2005 79830 20 0 0 0
6/25/2005 79830 54 0 0 0
6/25/2005 79830 70 5 2741 1236
6/25/2005 79830 103 8 4762 995
6/25/2005 79830 499 1 331 379
Result
row_date logid split acdcalls acdtime acwtime
6/25/2005 79830 18 3 1059 15
6/25/2005 79830 20 0 0 0
6/25/2005 79830 54 0 0 0
6/25/2005 79830 70 5 2741 1236
6/25/2005 79830 103 9 5093 1374
How can I merge 2 rows together from the example below. I would like to merge from the split field. Is it possible to merge split 499 in to split 103 and keep split 103 as an field?
Now
row_date logid split acdcalls acdtime acwtime
6/25/2005 79830 18 3 1059 15
6/25/2005 79830 20 0 0 0
6/25/2005 79830 54 0 0 0
6/25/2005 79830 70 5 2741 1236
6/25/2005 79830 103 8 4762 995
6/25/2005 79830 499 1 331 379
Result
row_date logid split acdcalls acdtime acwtime
6/25/2005 79830 18 3 1059 15
6/25/2005 79830 20 0 0 0
6/25/2005 79830 54 0 0 0
6/25/2005 79830 70 5 2741 1236
6/25/2005 79830 103 9 5093 1374