I trying to using eval() on one of the control in my subform via the main form as below:
ls_RuleStr = "Me.sfrmTransactionItems!txtSumofQty"
MsgBox Eval(ls_RuleStr)
Yet it give me the error :can't find the name 'Me' you entered in the expression.
I try again in accessing the control in parent form and it working fine. Does anyone know why ?
Thanks.
ls_RuleStr = "Me.sfrmTransactionItems!txtSumofQty"
MsgBox Eval(ls_RuleStr)
Yet it give me the error :can't find the name 'Me' you entered in the expression.
I try again in accessing the control in parent form and it working fine. Does anyone know why ?
Thanks.