Hello guys,
maybe simple question but i cant go over it for a while.
I have a table period with three columns
ID, Period_Start_Year, Period_End_Year
I could have many periods in a future. What i want is to allow users to insert just first start year and lenght of period and table will be automatically updated based on these two values.
So user will insert Period_Start_Year and Lenght of Period, for example 2010 and 2 and table should be>
ID Period_Start_Year Period_End_Year
1 2010 2011
2 2012 2013
3 2014 2015
while i am wroting this i realised that user have to specify also ending year, i do not want to have infinity..
i am thinking about form and update query but cant get it...
maybe simple question but i cant go over it for a while.
I have a table period with three columns
ID, Period_Start_Year, Period_End_Year
I could have many periods in a future. What i want is to allow users to insert just first start year and lenght of period and table will be automatically updated based on these two values.
So user will insert Period_Start_Year and Lenght of Period, for example 2010 and 2 and table should be>
ID Period_Start_Year Period_End_Year
1 2010 2011
2 2012 2013
3 2014 2015
while i am wroting this i realised that user have to specify also ending year, i do not want to have infinity..

i am thinking about form and update query but cant get it...