B
Bobbye R
I've imported an excel spreadsheet that list hundreds of students, the
current date, Degree Program , and the number of classes remaining for each
degree. For example:
StudentID BaseDate Degree Program ClassesRemaining
1001 2/28/09 xxx111 4
1200 2/28/09 xxx111 3
1200 5/31/09 xxx685 16
Classes are monthly. And I'll be updating from excel monthly also.
In the first example student 1001 will have classes for March, April, May
and June. So I need to produce 4 records. One for each month.
The months are continuous. (If the student is in 2 programs, the second
degree program begins the following month after the first. So for student
1200 there will be 3 classes for March, April and May, then 16 classes from
June2009-Sept2010.
I need a query that will create the new records based on the imported data.
Ultimately I want to be able to create a report that projects monthly income
based on the number of classes each student has left to take.
Any help would be appreciated.
current date, Degree Program , and the number of classes remaining for each
degree. For example:
StudentID BaseDate Degree Program ClassesRemaining
1001 2/28/09 xxx111 4
1200 2/28/09 xxx111 3
1200 5/31/09 xxx685 16
Classes are monthly. And I'll be updating from excel monthly also.
In the first example student 1001 will have classes for March, April, May
and June. So I need to produce 4 records. One for each month.
The months are continuous. (If the student is in 2 programs, the second
degree program begins the following month after the first. So for student
1200 there will be 3 classes for March, April and May, then 16 classes from
June2009-Sept2010.
I need a query that will create the new records based on the imported data.
Ultimately I want to be able to create a report that projects monthly income
based on the number of classes each student has left to take.
Any help would be appreciated.