Visibility

T

Tom

Working in Access 2007. I have a form that contains several tabbed subforms.
I would like to only show one tab based on the data in a field on the main
part of the form...

Any thoughts. Not the sharpest pencil esp in 2007 but can follow directions
fairly well...

Regards
Tom
 
S

Steve

Put a subform control on your main form and set its source object
accordingly in the On Current event of the main form

Me!nameOfYourSubformControl = "NameOfAppropriateSubform"

Steve
 
S

Steve

Correction .......

Me!nameOfYourSubformControl.SourceObject = "NameOfAppropriateSubform"

Steve
 

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

Top