transfering information from Form to Table

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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

Form to form qestions 1
Linking forms 1
Text box 4
Autofill A Form? 4
Assign a value to a check box 1
Form Field/Function problem 1
Form Combo Box 2
Totaling numbers on a form for submission to table 2

Back
Top