OK now having read through the thread again this is what I think is happening. You have data somewhere probably excel which contains the Notes data as in it is a record of all the notes so far. However, this information is not tied to the studentid in the database and therefore when you upload it there is no way to tie a note to a student.
If that is the case this takes us back to NeoPa's post no. 9. You have to have some way to relate the data you are uploading to the student or you just can't do what you want to do. As I see it your options are ...
Otherwise you just can't do this.
If that is the case this takes us back to NeoPa's post no. 9. You have to have some way to relate the data you are uploading to the student or you just can't do what you want to do. As I see it your options are ...
- Add the studentid manually to each note record before uploading it or after.
- Find another field or fields which tie the records together like student name.
Otherwise you just can't do this.
Comment