Again, I feel I'm missing something obvious!
I'm making a school database. Each child has a record with their basic details (Forname, Surname, DOB, gender) in tblChild, and a record for each year they are with us containing extra information (which may be different year on year such as SEN status, eligibility for free school meals etc) in tblYearData. This data is updated throughout the year, and is needed for analysis of historical data (ie. looking at how children with free school meals performed over the last 5 years)
As the majority of information in tblYearData does not change year on year I am looking for a way to copy the information when I add a new record for a new year.
By way of example;
Tom has an SEN status of 3 and is eligible for free school meals in the year 08/09.
In the new school year (09/10) the majority of his yearly information has not changed, and so it would be quicker to copy across all the information from last year and just update the year to 09/10, and then to manually change the couple of changed items.
Is there a way of doing this - there seems as though there is - I just can't find it again!
Cheers in advance.
I'm making a school database. Each child has a record with their basic details (Forname, Surname, DOB, gender) in tblChild, and a record for each year they are with us containing extra information (which may be different year on year such as SEN status, eligibility for free school meals etc) in tblYearData. This data is updated throughout the year, and is needed for analysis of historical data (ie. looking at how children with free school meals performed over the last 5 years)
As the majority of information in tblYearData does not change year on year I am looking for a way to copy the information when I add a new record for a new year.
By way of example;
Tom has an SEN status of 3 and is eligible for free school meals in the year 08/09.
In the new school year (09/10) the majority of his yearly information has not changed, and so it would be quicker to copy across all the information from last year and just update the year to 09/10, and then to manually change the couple of changed items.
Is there a way of doing this - there seems as though there is - I just can't find it again!
Cheers in advance.