D
DominicGreco via AccessMonster.com
I have a simple form that describes a structure. The structure has a ID
number like "A-1". In the main table I've called this field "Struct_num".
This structure can have one or more "truss" sections. On the main form the
user enters the number of truss sections in a text box. For each of these
truss sections, I need to know the length (span) in feet. So I set up table
called "Truss" with the fields "truss_num" and "span".
I then used the wizard to construct a form for the table "Truss" using the
Datasheet configuration. This form was inserted as a SubForm in the main form.
The fields "struct_num" and "truss_num" were linked/associated between form
and subform
I'd like it so that when the user enters the number of truss sections in the
main form, the subform would featured the same amount of rows. For example:
user enters "3". the subform is then populated with 3 rows numbered 1,2, & 3.
In addition, the subform would not allow any more rows that the number of
truss sections.
Can anyone help me on this?
number like "A-1". In the main table I've called this field "Struct_num".
This structure can have one or more "truss" sections. On the main form the
user enters the number of truss sections in a text box. For each of these
truss sections, I need to know the length (span) in feet. So I set up table
called "Truss" with the fields "truss_num" and "span".
I then used the wizard to construct a form for the table "Truss" using the
Datasheet configuration. This form was inserted as a SubForm in the main form.
The fields "struct_num" and "truss_num" were linked/associated between form
and subform
I'd like it so that when the user enters the number of truss sections in the
main form, the subform would featured the same amount of rows. For example:
user enters "3". the subform is then populated with 3 rows numbered 1,2, & 3.
In addition, the subform would not allow any more rows that the number of
truss sections.
Can anyone help me on this?