J
John Jewell
You entered an expression that has an invalid reference to the
property Form/Report...is the error I'm getting.
Basically, I have a form with two subforms. On the OnCurrent event of
one of the subforms, I have code, which is attempting to reference a
control on the other subform in this manner:
Me.Parent.form("frmBody").controls("txtBody").filename
I have also tried:
Forms![frmMain]![frmBody].Form![txtBody].FileName
Me.Parent.frmBody.Form.txtBody.FileName
....and I get the same error.
At any rate, that is the error I'm getting, all help is appreciated.
property Form/Report...is the error I'm getting.
Basically, I have a form with two subforms. On the OnCurrent event of
one of the subforms, I have code, which is attempting to reference a
control on the other subform in this manner:
Me.Parent.form("frmBody").controls("txtBody").filename
I have also tried:
Forms![frmMain]![frmBody].Form![txtBody].FileName
Me.Parent.frmBody.Form.txtBody.FileName
....and I get the same error.
At any rate, that is the error I'm getting, all help is appreciated.