S
Scott A
I have a table which has three sub-tables, all using the
same primary key (they're truly sub-tables, the main table
holds the core data, while only one of the three subs will
include data, based on the type selected in the main
table).
I would like to build a form that presents fields for only
one of these three subforms (I have subforms built on each
of the 3 sub-tables), based on the selection made in an
option group.
I have a few questions before I get started, and am
looking for a little guidance:
1) is it best to program this type of behavior with the
OnLoad event?
2) Which is the best statement to use? If... Then...
Else or Select Case?
Thanks!
Scott A
same primary key (they're truly sub-tables, the main table
holds the core data, while only one of the three subs will
include data, based on the type selected in the main
table).
I would like to build a form that presents fields for only
one of these three subforms (I have subforms built on each
of the 3 sub-tables), based on the selection made in an
option group.
I have a few questions before I get started, and am
looking for a little guidance:
1) is it best to program this type of behavior with the
OnLoad event?
2) Which is the best statement to use? If... Then...
Else or Select Case?
Thanks!
Scott A