K
KateB
I have a database that records specimen results. It was meant to be a nice
simple database so that paper records could be logged and found easily, but
seems to expand every 6 months! I was originally told that the Lab no. was
unique, only to then find out that it isn't, they may be re-used annually.
Therefore I had to make the primary key a combination of the year and lab no.
I have now been asked to add which antibiotics have been tested, and whether
they are resistant or sensitive (R or S or blank if not known). There are 22
antibiotics that are tested. My question is, should I add 22 columns (one
for each) so that it can be marked R or S, or create a separate table? The
former I know how to do, but I suspect it may be better to do the latter from
a 'correct design' perspective?
If I need to store the data in a separate table, how do I:
a) get the combined unique ID to automatically go to the 2nd table
b) would it be best to do this as a pop up form on the main form as there's
a shortage of space!
c) what would be the quickest way of recording the R, S, blank? Tick box
(messy?), list or text box?
Many thanks for any advice you can offer.
simple database so that paper records could be logged and found easily, but
seems to expand every 6 months! I was originally told that the Lab no. was
unique, only to then find out that it isn't, they may be re-used annually.
Therefore I had to make the primary key a combination of the year and lab no.
I have now been asked to add which antibiotics have been tested, and whether
they are resistant or sensitive (R or S or blank if not known). There are 22
antibiotics that are tested. My question is, should I add 22 columns (one
for each) so that it can be marked R or S, or create a separate table? The
former I know how to do, but I suspect it may be better to do the latter from
a 'correct design' perspective?
If I need to store the data in a separate table, how do I:
a) get the combined unique ID to automatically go to the 2nd table
b) would it be best to do this as a pop up form on the main form as there's
a shortage of space!
c) what would be the quickest way of recording the R, S, blank? Tick box
(messy?), list or text box?
Many thanks for any advice you can offer.