> Hi Jeanette,
>
> This is exactly what I do, and it does not work. So, my question
> still remains open. Thanks for your suggestion anyhow.
Is "frmSubForm" the name of the subform control, the name of the form contained
within the subform control, or both?
The syntax requires the name of the control, not the form. In many cases the
subform control and the form within have the same name in which case it wouldn't
be an issue. However; there is nothing that requires that they have the same
name and in those cases you need to use the name of the control.
You can see the name of the control by clicking (once) on its very edge while in
design view of the parent form. If you click twice or click inside the
perimeter you will be seeing the properties of the underlying form rather than
the properties of the control.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
W - 22 Dec 2007 21:52 GMT
Yes, you were right, Rick.
It is working fine now.
Thank you very much.
W
> > Hi Jeanette,
> >
[quoted text clipped - 13 lines]
> perimeter you will be seeing the properties of the underlying form rather than
> the properties of the control.