This might sound a bit of an odd question to all of you experts but i have the requirement to join 2 views.
View 1:
StaffID StartDate
1 12/12/2003
2 03/02/2002
2 20/04/2004
2 etc
3
View 2:
StaffID EndDate
1 14/12/2003
2 15/08/2003
2 22/02/2005
2 etc
3
I would like to merge these views into another view or table and join by staffid but this is not unique and would cause errors. Any ideas??
Thanks,
Paul
View 1:
StaffID StartDate
1 12/12/2003
2 03/02/2002
2 20/04/2004
2 etc
3
View 2:
StaffID EndDate
1 14/12/2003
2 15/08/2003
2 22/02/2005
2 etc
3
I would like to merge these views into another view or table and join by staffid but this is not unique and would cause errors. Any ideas??
Thanks,
Paul