Tab Control Problem

  • Thread starter Thread starter Chris South
  • Start date Start date
C

Chris South

Hi Guys,

I have a Tab Control on a form. The Tab Control page has a subform (call it
A) on it which itself has a subform (call it B). The problem is, subform A
has a print button on it which works fine when the page is open but not part
of the tabbed page. When you open the page with the Tab Control on it (which
includes subform A and B) the print button doesn't work and a pop-up appears
asking for the field data for a Parameter Value.

I have tried everything I can to resolve this problem, I am obviously
missing something simple.

In summary, the print button works fine on subform A when it is not included
as a sub-form on the tab control.

Any help will be much appreciated.

Many thanks

Chris South
 
This usually happens when you are referencing a duplicate
field. Have you tried creating two seperate print
command buttons? One on form A and one on subform B?
 
Back
Top