nested subform does not display

M

Mark

Hi, and thanks for taking a minute to read my post.

I am trying to get nested subforms to work, without success.

I have a main form with a subform, then a subform inside the first sub.
I'll call them 1 (for the main), 2 (for the first sub), and 3 (for the second
sub).

I can get 1-2 to perform correctly, and 2-3 to perform correctly. But in
1-2-3 the third does not display.

I have checked the Link Master Fields and Link Child Fields in 1-2 & 2-3 and
they are the same in 1-2-3.

Any suggestions why the third will not show?

Thanks.
 
A

Arvin Meyer [MVP]

You must refer to your subform in the link field property sheet like:

[NameOfSubform1].Form![txtOrderID]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top