I have three fields in a subform that I need to use in a calculation on the main form. :
NG_Cast
OK_Cast
Repaired_Cast
The subform and the main form are linked via a field called Issue_Number. This is also the primary key.
What I need is a text box that adds together these fields on the main form using the Issue_Number field. Currently when someone starts a new entry the issue number is auto populated with a number and the subform uses that number to tie together the data entered there with the main form.