B
Brad Pears
I have an access app that has a main form on which is a subform on which it
inturn has a subform!!!
I am having problems with the syntax to access the final subforms form
main form --> subform --> subform... this is the data I want to access
from a pop up form...
To access a forms subform it's ...
forms![frmMainForm]![frmSubForm].form.txtItem
However, add another subform in the mix and I can't figure it out...
I've tried...
"forms![frmMainForm]![frmSubForm].form.[frmsubsubForm].form.txtItem"
and also tried...
"forms![frmMainForm]![frmSubForm]![frmSubSubform].form.txtItem"
No go...
Any ideas?
Thanks,
Brad
inturn has a subform!!!
I am having problems with the syntax to access the final subforms form
main form --> subform --> subform... this is the data I want to access
from a pop up form...
To access a forms subform it's ...
forms![frmMainForm]![frmSubForm].form.txtItem
However, add another subform in the mix and I can't figure it out...
I've tried...
"forms![frmMainForm]![frmSubForm].form.[frmsubsubForm].form.txtItem"
and also tried...
"forms![frmMainForm]![frmSubForm]![frmSubSubform].form.txtItem"
No go...
Any ideas?
Thanks,
Brad