JSMITH242B
Programmer
Hi Group,
I have to insert/create records in another table based on start and end dates in a table. I also have to insert the Financial period and a year based on this.
So what I could have is:
Start Date 01/01/2003
End Date 01/01/2007
what I want to insert into the other table is:
Year Financial Period
1 2003/2004
2 2004/2005
3 2005/2006
4 2006/2007
How can I achieve this?
Regards
I have to insert/create records in another table based on start and end dates in a table. I also have to insert the Financial period and a year based on this.
So what I could have is:
Start Date 01/01/2003
End Date 01/01/2007
what I want to insert into the other table is:
Year Financial Period
1 2003/2004
2 2004/2005
3 2005/2006
4 2006/2007
How can I achieve this?
Regards