Something different..
I left the pasing and receiving as is:
Call Attachments(Form, Form.PassField)
Function Attachments(frm As Form, strFieldName As Control)
The only thing I changed was the frm.strFieldName.Name to Forms(frm)!Controls(strFieldName).Value and I get Run-time error 13: Type...