I have a form that's main job is to create an evaluation. One of the tabs on the form is a summary of the evaluation. It totals the score from each tab of the evaluation. I used to have scoring done as an event procedure, but the scoring was getting tricky since I needed it to update always based on changes. I then thought the best way to handle it was to creating a query that has became my scoring engine. What I need to do now is put the values from my query into the textbox on the same form as the evaluation. I am having trouble doing this and was hoping someone can tell me what to do or if there is a better way to handle this.