T
Trevor Aiston
I have a database wich records scores from a training evaluation form (paper).
Each paper form equals one record
Each evaluation question on the paper form is scored (1 feild-1 question)
and I have a text box which totals the scores for each form
(=(Val([Text29])+Val([Text30])+Val([Text31])+Val([Text32])+Val([Text33])+Val([Text34])))
and another which shows the average score for that form.
Is it possible to have a control which would showthe running total of the
current record set on each form?
Thanks
Each paper form equals one record
Each evaluation question on the paper form is scored (1 feild-1 question)
and I have a text box which totals the scores for each form
(=(Val([Text29])+Val([Text30])+Val([Text31])+Val([Text32])+Val([Text33])+Val([Text34])))
and another which shows the average score for that form.
Is it possible to have a control which would showthe running total of the
current record set on each form?
Thanks