B
bymarce
My database contains scientific/experiemental data. I have a tables for
sample information, data results, conditions under which the experiment was
run (ie temperature = 40F), and others. Currently I haved a many to many
relationship between data results and conditions through a join table. I was
thinking about making it a one to many relationship. Any comments on this?
I thought about making this change b/c even though data records may have been
run under the same conditions they shouldn't be updated at the same time.
Also I'm trying to make a form that will generate a group of records to
represent a matrix of data. For example we want to run 3 samples with the
same experimental method under 3 different sets of conditions. For that
situation we need 9 data records and have to type them individually. I made
a form with a multiselect list box for the sample IDs and 4 subforms into
which conditions can be typed. Each subform will contain a unique set of
conditions. I think I'll need several append queries to do this but I'm not
sure where to start and if I should change my table set up first. Thanks for
the help.
Marcie
sample information, data results, conditions under which the experiment was
run (ie temperature = 40F), and others. Currently I haved a many to many
relationship between data results and conditions through a join table. I was
thinking about making it a one to many relationship. Any comments on this?
I thought about making this change b/c even though data records may have been
run under the same conditions they shouldn't be updated at the same time.
Also I'm trying to make a form that will generate a group of records to
represent a matrix of data. For example we want to run 3 samples with the
same experimental method under 3 different sets of conditions. For that
situation we need 9 data records and have to type them individually. I made
a form with a multiselect list box for the sample IDs and 4 subforms into
which conditions can be typed. Each subform will contain a unique set of
conditions. I think I'll need several append queries to do this but I'm not
sure where to start and if I should change my table set up first. Thanks for
the help.
Marcie