So I have a tab control with a subform on each page. I'm trying to add values from several different textboxes on each subform. I have no problem referencing the textboxes and getting a total on the same subforme, example (= txtOne + txtTwo). However, I'm having problems trying to reference the textboxes on the other subforms in the tab control. I'm sure it's just a syntax issue. Keep getting a Name? error.
Thank you for your help.