mediacentervn
05-24-2008, 10:57 PM
i have a query that calculated the subjective marks of student:
student name............ question no..................... subjectivescore
student1........................1.1............... ................... 6.7
student1........................1.2............... ................... 4.7
student2........................1.1............... ................... 6.7
student2........................1.2............... ................... 4.7
student3........................1.1............... ................... 6.7
student3........................1.2............... ................... 4.7
i want to create another query to update score in above query to table named: studentscore includes 4 fields: studentid (i have another table named students that include field studenid, studentname), question no (question no is the first number of [question no] in above query), objectivescore, subjectivescore (field subjective score = sum of subjective score), but i have an error massage: Operation must use an updateable query. :confused:. How will i solve that problem??
student name............ question no..................... subjectivescore
student1........................1.1............... ................... 6.7
student1........................1.2............... ................... 4.7
student2........................1.1............... ................... 6.7
student2........................1.2............... ................... 4.7
student3........................1.1............... ................... 6.7
student3........................1.2............... ................... 4.7
i want to create another query to update score in above query to table named: studentscore includes 4 fields: studentid (i have another table named students that include field studenid, studentname), question no (question no is the first number of [question no] in above query), objectivescore, subjectivescore (field subjective score = sum of subjective score), but i have an error massage: Operation must use an updateable query. :confused:. How will i solve that problem??