Open or enable a tab control

  • Thread starter Thread starter Nancy
  • Start date Start date
N

Nancy

I have a form with two tab controls and another tab that is a sub form
I want to be able to click on a cmd button on the tab that has a sub form
and show another tab that has data linked to it.
 
The main form is "client"
Subform is Inventions, could be more than one per client
the other subform is inventor, One per invention
So when I am on the tab and looking at one invention I was the inventor
information displayed for this invention.
On current on the inventor form I tried:
Me.InventionId = Forms!frmClient!fsubInventor.InventionId
Get error: Object doesn't support this object or method
 

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