E
Eric G
Not sure where to post this question. I have A2K.
I could really use some expert help here.
I have a Students table which consists of approx. 600 names and has
seven fields:
StudentID, Last Name, First Name, Per1, Per2, Per3, Per4 (room nos.)
I need to update the table for semester two in such a way that the
StudentID numbers are maintained as well as Last and First name.
In other words only fields Per1,2,3,4 need to be updated.
That in and of itself wouldn't pose a problem.
However, some 60 odd new students have been added to the school.
I need to add these new students to the Student table along with their
per1,2,3,4 room numbers.
The easiest way to solve the problem would have been to scrap the old
Students table at the beginning of sem. two and start with a new
table. The problem with this however would be that the first semester
records could no longer be accessed.
And now that a week's worth of new records have been added, it further
complicates the mix.
I hope you understand my problem.
The school secretary should be providing, either:
1. List of new students + room numbers.
2. List of old students + new room numbers.
3. List of all students + room numbers.
I told her 1 and 2 would be much preferred, but I may have to settle
for 3.
I look forward to hearing some suggestions as to how I should proceed.
Thanks! Eric
I could really use some expert help here.
I have a Students table which consists of approx. 600 names and has
seven fields:
StudentID, Last Name, First Name, Per1, Per2, Per3, Per4 (room nos.)
I need to update the table for semester two in such a way that the
StudentID numbers are maintained as well as Last and First name.
In other words only fields Per1,2,3,4 need to be updated.
That in and of itself wouldn't pose a problem.
However, some 60 odd new students have been added to the school.
I need to add these new students to the Student table along with their
per1,2,3,4 room numbers.
The easiest way to solve the problem would have been to scrap the old
Students table at the beginning of sem. two and start with a new
table. The problem with this however would be that the first semester
records could no longer be accessed.
And now that a week's worth of new records have been added, it further
complicates the mix.
I hope you understand my problem.
The school secretary should be providing, either:
1. List of new students + room numbers.
2. List of old students + new room numbers.
3. List of all students + room numbers.
I told her 1 and 2 would be much preferred, but I may have to settle
for 3.
I look forward to hearing some suggestions as to how I should proceed.
Thanks! Eric