Subform visible on ALL pages

KTuohy

Registered User.
Local time
Today, 05:05
Joined
Aug 18, 2008
Messages
23
:confused:I have a main form which has about 12 pages to it. All the pages have various subforms and fields. Some are input, some are strictly information for the user.

I just added a new subform to a page and now suddenly it's showing up on ALL the pages! If I delete it from one of the other pages, it's gone from the form.

I've tried making it non-visible through code, which works until I want it visible for it's parent page, then it's back on all the pages again!

How do I keep it appearing only where I want it when I want it to appear? It seems like such a small thing, but it's driving me crazy!

Thanks for any suggestion y'all are willing to give. I do appreciate it.

Kathleen
 
An explanation, from a tutorial I give people on Tabbed Controls:

This is the really important part: when you go to add a control to a tabbed page, whether it be a textbox, command button or subform, you must first click to select one of the pages, then add the control. Otherwise, the control will be added to the form itself, and will show thru on all tabbed pages! If a single page has been selected, when your cursor carrying the control appears over the page, a black "insert" will appear.

Linq ;0)>
 
Thank you sooooo much, Ling! This worked like a charm. Guess I should go back to school! Geees, after so many years of growing from 97 to 2007 you'd have thought I'd have known!

New it was going to be an easy fix, just inches beyond my grasp!

Again, THANK YOU!
 
The thing I enjoy most about Access/VBA is that it is always an ongoing learning experience, regardless of how experienced you are!

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom