C
Cam
Hello,
I am developing a mfg database and would like some suggestions on table
design:
At the main data entry form, users will select from a drop down list which
they can select whether it is a machine down issues, passdown entry,
attendent entry, etc.
I would like to form to enable all the fields that relate (tie) to the
selection entry and disable the fields that are not relate to the selected
fields.
1) should I create a separate table for each selection type (machine down,
passdown, etc), link them together by KeyID then put in macro (VB code) to
enable & disable the field?
2) Create all the fields that relate to the selection in one table, then in
the form design, write a macro so that say if machine down selection field is
selected, disable all fields not related to machine down. (or start off with
all the field (except selection field) disable from the beginning, then
enable fields that relate to selected field).
Thanks for any suggestion.
I am developing a mfg database and would like some suggestions on table
design:
At the main data entry form, users will select from a drop down list which
they can select whether it is a machine down issues, passdown entry,
attendent entry, etc.
I would like to form to enable all the fields that relate (tie) to the
selection entry and disable the fields that are not relate to the selected
fields.
1) should I create a separate table for each selection type (machine down,
passdown, etc), link them together by KeyID then put in macro (VB code) to
enable & disable the field?
2) Create all the fields that relate to the selection in one table, then in
the form design, write a macro so that say if machine down selection field is
selected, disable all fields not related to machine down. (or start off with
all the field (except selection field) disable from the beginning, then
enable fields that relate to selected field).
Thanks for any suggestion.