here is the example of my problem I have a table as follows
Contract# Date DateDiff=>5days
1 12/1/2005
1 12/6/2005
2 12/21/2005
2 12/24/2005
2 12/24/2005
now i need to fill the last column with y/n depending on the difference in the dates for each contract. now hte number of contract and number of each occurance can vary . The last contract would have the field as N
How can i do this so that i get result similar to following table.
Contract# Date DateDiff=>5days
1 12/1/2005 y
1 12/6/2005 N
2 12/21/2005 N
2 12/24/2005 N
2 12/24/2005 N
Thanks in advance for your help.
Contract# Date DateDiff=>5days
1 12/1/2005
1 12/6/2005
2 12/21/2005
2 12/24/2005
2 12/24/2005
now i need to fill the last column with y/n depending on the difference in the dates for each contract. now hte number of contract and number of each occurance can vary . The last contract would have the field as N
How can i do this so that i get result similar to following table.
Contract# Date DateDiff=>5days
1 12/1/2005 y
1 12/6/2005 N
2 12/21/2005 N
2 12/24/2005 N
2 12/24/2005 N
Thanks in advance for your help.