Refering to a subform

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

Guest

I have a form that when it opens it taks certain values from another form
that is open at the same time. This works fine.

However. I have been asked to place this other form on a Tab within another
form. My question is how do I refer to a subform this is on a tab?

I hope this makes sence.I have a form that when it opens it takes certain
values from another form that is open at the same time. This works fine.

However. I have been asked to place this other form on a Tab within another
form. My question is how do I refer to a subform this is on a tab?

I hope this makes sense.
 
Being on a tab shouldn't affect the syntax. Try something like:
Forms!FormName!SubformControlName.Form!txtNameOfControlOnSubform
 
Back
Top