Hi there everyone,
I hope someone can point out the obvious to me as I have exhausted my limited knowledge of access to perform what I would have thought to be simple task!!
I have a form called "scoreform" linked to a table called "scoretable", in this table there are numerous fields that hold values entered in on the form via combo boxes to speed up repetitive data input. Also in the table there is a field for total..... now on the form I have a txt box that calculates the total score by setting the control source property to "= [combo1]+[combo2]+[combo3] etc" now this is fine as it gives the total score displayed on the form, but how on earth do I get it to store that value in the table field "total score"!!!
I hope I have managed to describe the situation well enough and would be most greatful for any suggestions.
Many thanks
Nic

I hope someone can point out the obvious to me as I have exhausted my limited knowledge of access to perform what I would have thought to be simple task!!
I have a form called "scoreform" linked to a table called "scoretable", in this table there are numerous fields that hold values entered in on the form via combo boxes to speed up repetitive data input. Also in the table there is a field for total..... now on the form I have a txt box that calculates the total score by setting the control source property to "= [combo1]+[combo2]+[combo3] etc" now this is fine as it gives the total score displayed on the form, but how on earth do I get it to store that value in the table field "total score"!!!
I hope I have managed to describe the situation well enough and would be most greatful for any suggestions.
Many thanks
Nic