L
Luis
Hello.
I have a form ("MainForm") with a subform ("Main_SubForm"). The subForm used
as Source Object ("SF_SourceObj") has a Text Box that i want to chabge the
caption via code.
I'm using the following code:
Me!SF_SourceObj.Form!TextBox1.Caption = "Test"
This is producing the following error:"Run-time error '2465' - Microsoft
Office Access can't find the field 'SF_SourceObj' referred to in your
expression."
Why does this happen?
Thanks
Luis
I have a form ("MainForm") with a subform ("Main_SubForm"). The subForm used
as Source Object ("SF_SourceObj") has a Text Box that i want to chabge the
caption via code.
I'm using the following code:
Me!SF_SourceObj.Form!TextBox1.Caption = "Test"
This is producing the following error:"Run-time error '2465' - Microsoft
Office Access can't find the field 'SF_SourceObj' referred to in your
expression."
Why does this happen?
Thanks
Luis