odin1701
02-05-2008, 07:39 AM
I have a text box on my form.
What I need to do is grab the value from another text box on the form and put it in this one so that it gets stored in the table.
So I have the following two text boxes:
txtEvalScore and txtEvaluationScore
txtEvaluationScore does some math calculations with some of the other fields, and displays a score.
I need to copy this score and put it into txtEvalScore, which has it's data source set to a field in my table.
With forms I'm used to just doing txtEvalScore.Value, but with reports this doesn't work. Is there any way to do this?
Your help is appreciated. Thanks!
What I need to do is grab the value from another text box on the form and put it in this one so that it gets stored in the table.
So I have the following two text boxes:
txtEvalScore and txtEvaluationScore
txtEvaluationScore does some math calculations with some of the other fields, and displays a score.
I need to copy this score and put it into txtEvalScore, which has it's data source set to a field in my table.
With forms I'm used to just doing txtEvalScore.Value, but with reports this doesn't work. Is there any way to do this?
Your help is appreciated. Thanks!