Hi
I have a periods table with the following:
#Periods
EndDate DatePeriod
31 March 2008 1 March 2008 to 31 March 2008
30 April 2008 1 April 2008 to 30 April 2008
I have a customer table as follows:
#Customer
Type EndDate
Customer Survey 7 March 2008
Litigation 15 April 2008
I would like to see the following
#FinalResult
Type EndDate Dateperiod
Customer Survey 7 March 2008 1 March 2008 to 31 March 2008
Customer Survey Null 1 April 2008 to 30 April 2008
Litigation Null 1 March 2008 to 30 March 2008
Litigation 15 April 2008 1 April 2008 to 30 April 2008
Thank you for any assistance
Mark
I have a periods table with the following:
#Periods
EndDate DatePeriod
31 March 2008 1 March 2008 to 31 March 2008
30 April 2008 1 April 2008 to 30 April 2008
I have a customer table as follows:
#Customer
Type EndDate
Customer Survey 7 March 2008
Litigation 15 April 2008
I would like to see the following
#FinalResult
Type EndDate Dateperiod
Customer Survey 7 March 2008 1 March 2008 to 31 March 2008
Customer Survey Null 1 April 2008 to 30 April 2008
Litigation Null 1 March 2008 to 30 March 2008
Litigation 15 April 2008 1 April 2008 to 30 April 2008
Thank you for any assistance
Mark