J
J. Shrimp, Jr.
Have a form with eight data-sheet sub-forms.
One sub-form contains all 12 fields (controls),
the other seven contain four common fields
plus one - but only one- of the remaing eight
fields.
I set this up so if a user selects one paticular
field (control) to review, they don't need to look at
all twelve fields in a data sheet view which is kind
of big on the screen and makes it difficult to focus
on the one variable selected. The sub data sheets
have only five controls - the four common ones and
the fifth one selected by the user.
However, this is kind of cheesey - why have
seven sub-forms just so each form can display
one different field.
I tried to eleimante all but one form - have
the eight other fields hidden, and if a user
selects a paticular field (control) all controls
but that one control are hidden using the
standard me.subform!form.control.visible = false
format.
Doesn't work.
ALL controls are displayed in the data sheet
sub form, regardless of the field selected.
Is there any way to hide datasheet sub-form controls?
One sub-form contains all 12 fields (controls),
the other seven contain four common fields
plus one - but only one- of the remaing eight
fields.
I set this up so if a user selects one paticular
field (control) to review, they don't need to look at
all twelve fields in a data sheet view which is kind
of big on the screen and makes it difficult to focus
on the one variable selected. The sub data sheets
have only five controls - the four common ones and
the fifth one selected by the user.
However, this is kind of cheesey - why have
seven sub-forms just so each form can display
one different field.
I tried to eleimante all but one form - have
the eight other fields hidden, and if a user
selects a paticular field (control) all controls
but that one control are hidden using the
standard me.subform!form.control.visible = false
format.
Doesn't work.
ALL controls are displayed in the data sheet
sub form, regardless of the field selected.
Is there any way to hide datasheet sub-form controls?