C
Chris
Hi,
I am facing with the following problem.
I have 1 form and two subforms, both placed on main form.
I want to be able to show update in 1 field of Sub 2 once
I have updated Sub1 (datasheet type).
I Have also seen the following suggestion, but it does not
work:
me.MySub2.requery
"where 'MySub2' is the name of the subform control. In
design view click once on the subform, then check the
*name* property under the *Other* tab. What you find there
goes in place of "MySub2".
I Can't get it to work, I cannot see *name* property, only
*caption*.
Thank you for your help.
I am facing with the following problem.
I have 1 form and two subforms, both placed on main form.
I want to be able to show update in 1 field of Sub 2 once
I have updated Sub1 (datasheet type).
I Have also seen the following suggestion, but it does not
work:
me.MySub2.requery
"where 'MySub2' is the name of the subform control. In
design view click once on the subform, then check the
*name* property under the *Other* tab. What you find there
goes in place of "MySub2".
I Can't get it to work, I cannot see *name* property, only
*caption*.
Thank you for your help.