A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Visibility



 
 
Thread Tools Display Modes
  #1  
Old December 12th, 2008, 05:45 PM posted to microsoft.public.access.tablesdbdesign
Tom
external usenet poster
 
Posts: 1,359
Default Visibility

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
  #2  
Old December 12th, 2008, 09:07 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default Visibility

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


"Tom" wrote in message
...
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



  #3  
Old December 12th, 2008, 10:22 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default Visibility

Correction .......

Me!nameOfYourSubformControl.SourceObject = "NameOfAppropriateSubform"

Steve


"Steve" wrote in message
m...
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


"Tom" wrote in message
...
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





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.