I'm getting a run time error 2465 can't find controls for the line below:
If ctl = Forms![frm_EDIT_CURRENT_PACKER]![EDIT_PACKER_TRACEABILITY].Form!Controls(MEMBER_ID) Then
I'm trying to go through each control in my subform but I'm initially testing whether it matches one of the control names.
Can anyone see what's wrong with this line?
CementCarver