I have been trying just about every permutation of syntax I can find and nothing works. I either get a message that says Compile error: Method or Data member not found or when I try this code [code]Forms("frmQuestionUpdates").Controls("frmResponseU pdatesSubform").Form.Controls("PentryResp").Value = Me.PEGAentryCompile error: Method or Data member not found or when I use this code
Code:
Forms("frmQuestionUpdates").Controls("frmResponseUpdatesSubform").Form.Controls("PentryResp").Value = Me.Pentry
I get a message Run-time error '2465' Microsoft Office Access can't find the field 'frmResponseUpdates Subform' referred to in your expression.
It this even possible to do? What am I doing wrong??