G
Guest
Hi,
I have a table with the following fields;
ID
SURNAME
FIRST NAME
TEAM
START
END
The table records clients open to a team so for instance
5 - STEPHENSON - MARK - TEAM A - 1/1/04 - 3/1/04
5 - STEPHENSON - MARK - TEAM B - 3/1/04 - 5/1/04
5 - STEPHENSON - MARK - TEAM A - 7/1/05 -
As you can see from the above, the first 2 rows of data show an unbroken
allocation to someone (team a/b) from 1/1/04 to the 5/1/04, then another run
from 7/1/05 - Null...
What i want to do is make the above 3 rows for example look like
5 - STEPHENSON - MARK - 1/1/04 - 5/1/04
5 - STEPHENSON - MARK - 7/1/05
Any help is appreciated.
Thanks,
Mark.
I have a table with the following fields;
ID
SURNAME
FIRST NAME
TEAM
START
END
The table records clients open to a team so for instance
5 - STEPHENSON - MARK - TEAM A - 1/1/04 - 3/1/04
5 - STEPHENSON - MARK - TEAM B - 3/1/04 - 5/1/04
5 - STEPHENSON - MARK - TEAM A - 7/1/05 -
As you can see from the above, the first 2 rows of data show an unbroken
allocation to someone (team a/b) from 1/1/04 to the 5/1/04, then another run
from 7/1/05 - Null...
What i want to do is make the above 3 rows for example look like
5 - STEPHENSON - MARK - 1/1/04 - 5/1/04
5 - STEPHENSON - MARK - 7/1/05
Any help is appreciated.
Thanks,
Mark.