cumulative total for selected on a form

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top