Ok this is a tough one.
I have classes with a date, site, type, upto 3 teachers, and an id right. ( this tabel is filled )
and those classes have many evaluations which is now empty. (evals maped to classes by class_id field)
I also have a table that has imported eval data from excel.
the tabel imported from excel has the class data for each eval in the first few columns and the rest are the eval answers.
What I need to have happen is to import import data from the excel table to the evals tabel and have it line up with the correct class.
Any ideas??
Let me know if you need more information.
Thanks alot this one is tough.