transfering information from Form to Table

G

Guest

i created a Form where there are boxes for the score i give each title. i
created a Total Score box where it calculates the number by adding all the
box scores. How can i get the Total Score box from Form back to Table since
all the Form criterias are usually coming from Table?
 
C

Carl Rapson

Jessie C said:
i created a Form where there are boxes for the score i give each title. i
created a Total Score box where it calculates the number by adding all the
box scores. How can i get the Total Score box from Form back to Table
since
all the Form criterias are usually coming from Table?

Don't. You can always generate the total score (in a query, for example) by
summing the individual scores stored in the table, so there's no need to
store the total.

Carl rapson
 

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

Similar Threads


Top