Hi
I have a period table as follows:
StartDate EndDate
1 Jan 2008 31 Jan 2008
1 Feb 2008 29 Feb 2008
1 Mar 2008 31 Mar 2008
1 Apr 2008 30 Apr 2008
I have a customer table as follows:
ID Name Date
1 Blogg 15 Jan 2008
2 Smith 20 Mar 2008
I want to see the following:
ID Name Start Date EndDate
1 Blogg 1 Feb 2008 29 Feb 2008
1 Blogg 1 Mar 2008 31 Mar 2008
1 Blogg 1 Apr 2008 30 Apr 2008
2 Smith 1 Jan 2008 31 Jan 2008
2 Smith 1 Feb 2008 29 Feb 2008
2 Smith 1 Apr 2008 30 Apr 2008
I want to see the periods of no activity for a client
Thank you for your help
Regards
Mark
I have a period table as follows:
StartDate EndDate
1 Jan 2008 31 Jan 2008
1 Feb 2008 29 Feb 2008
1 Mar 2008 31 Mar 2008
1 Apr 2008 30 Apr 2008
I have a customer table as follows:
ID Name Date
1 Blogg 15 Jan 2008
2 Smith 20 Mar 2008
I want to see the following:
ID Name Start Date EndDate
1 Blogg 1 Feb 2008 29 Feb 2008
1 Blogg 1 Mar 2008 31 Mar 2008
1 Blogg 1 Apr 2008 30 Apr 2008
2 Smith 1 Jan 2008 31 Jan 2008
2 Smith 1 Feb 2008 29 Feb 2008
2 Smith 1 Apr 2008 30 Apr 2008
I want to see the periods of no activity for a client
Thank you for your help
Regards
Mark