SubSubForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If "Forms!frmMain!frmSubForm.Form!Field = 0" describes a field in a subform
that = 0. How can a SubSubForm field be described where there is a frmMain, a
frmSubForm, a frmSubSubForm and a field that = 0?
 
JimN said:
If "Forms!frmMain!frmSubForm.Form!Field = 0" describes a field in a subform
that = 0. How can a SubSubForm field be described where there is a frmMain, a
frmSubForm, a frmSubSubForm and a field that = 0?


That's the beauty of object oriented programming. You just
keep doing the same kind of thing as you go deeper into the
hierarchy:

Forms!frmMain!frmSubForm.Form!subsubform.Form!Field = 0
 

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

Back
Top