Hi,
I have a very simple table which holds assessment marks for a subject for each pupil i.e.
Pupil , Assess1, Assess 2, Assess 3
J Smith 30, 40, 30
J Jones 20, 30, 50 ....
I would like to create a new field called average and have the result of the average of the three assessments. I can do it with ([Assess 1]+[Assess 2]+[Assess 3])/3 but there must be a slicker way.
The only information I have been able to find looks and using SQL and VB which I have no experience of. I apologise in advance if this is too simple.
T M
I have a very simple table which holds assessment marks for a subject for each pupil i.e.
Pupil , Assess1, Assess 2, Assess 3
J Smith 30, 40, 30
J Jones 20, 30, 50 ....
I would like to create a new field called average and have the result of the average of the three assessments. I can do it with ([Assess 1]+[Assess 2]+[Assess 3])/3 but there must be a slicker way.
The only information I have been able to find looks and using SQL and VB which I have no experience of. I apologise in advance if this is too simple.
T M