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
 

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