Subform Change

  • Thread starter Thread starter Rodtnick
  • Start date Start date
R

Rodtnick

I have a database that has two sub-forms on it along with a check-box
that decides which sub-form will show. I would like both subforms to
come up in the same area of the screen. What I have right now are two
sub-forms occupying the same area and the check-box decodes which one is
seen. This makes a mess when you are in Design Mode.

The two sub-forms are of different sizes so I don't think I can just
change what occupies the sub. I tried placing one of the sub-forms
lower on the screen and using the TOP command to move it into position.
It worked fine until I added Jamie Czernik's modResizeForm module. The
TOP command doesn't put it in the right spot any more.

Any ideas?

Thanx.

Bruce
 
You can also programmaticlly set the sourceobject of the subform control,
and the linkchildfields and linkmasterfields.

Others have reported problems (crashes) with this approach.

I find it works fine, and scales to many subforms nicely. Especially useful
if you usually only want to see one of the subforms, as it saves the
overhead of loading multiple subforms on each tab page.

--
Malcolm Cook - (e-mail address removed)
Database Applications Manager - Bioinformatics
Stowers Institute for Medical Research - Kansas City, MO USA
 
Back
Top