Subform within a subform

G

Guest

Good Morning,
I have a Form that has a subform and that subform has another subform in it.

I cant seen to be able to reference it.

EX: Textbox control - =Forms![MyForm].[MySubform].[Mysubform2]!tbText
For some reason that code will not work, it just says #name? in the textbox.

I have triple checked all the spelling and have tried more than 1 textbox
and combox, I cant get any of them to work.

Any Ideas?

Thanks.
 
G

Guest

Thanks Roger.
That got it working =)

Roger Carlson said:
On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "SubformReference.mdb" which illustrates how to reference
subsubforms.

--
--Roger Carlson
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
Joel said:
Good Morning,
I have a Form that has a subform and that subform has another subform in it.

I cant seen to be able to reference it.

EX: Textbox control - =Forms![MyForm].[MySubform].[Mysubform2]!tbText
For some reason that code will not work, it just says #name? in the textbox.

I have triple checked all the spelling and have tried more than 1 textbox
and combox, I cant get any of them to work.

Any Ideas?

Thanks.
 

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