K
kda1234
I am designing a database to automatically calculate the date that a student
needs to take an exam. I will then go back into the database after the
student actually takes an exam and put in the actual date that the exam was
taken.
The problem that I am having is trying to come up with how to get the dates
for each exam in the table to increase by 7 days. The 1st exam to be taken
needs to be 7 days after the Term Start Date (which is located in the Student
table) and all the rest of the exams need to be increase by 7 days from the
prior exam.
Thanks in advance for any help that you can give.
needs to take an exam. I will then go back into the database after the
student actually takes an exam and put in the actual date that the exam was
taken.
The problem that I am having is trying to come up with how to get the dates
for each exam in the table to increase by 7 days. The 1st exam to be taken
needs to be 7 days after the Term Start Date (which is located in the Student
table) and all the rest of the exams need to be increase by 7 days from the
prior exam.
Thanks in advance for any help that you can give.