There are 2 textboxes for the input, but they're on a different form. The two textboxes are on frmEvent, on a subform, and I need the total to be in a column within a textbox on a different form, FrmClient.
Right now It's almost right. When I have data in both the text boxes on frmEvent, it does show on frmClient, but it shows incorrectly. For example, if I have 2 in one text box, and 30 in the other, it shows "230" on frmClient.