M
Mike
I am working on creating a new database to log in samples and the track the
results of tests (25+) on the samples. Any sample can have any or all of the
tests performed on it so I will need to record up to 25 test results for any
one sample. I also want to record the date the test was run and who ran the
test.
I have set up the database so that there is a log-in table to record the
information about the sample and then I have a table for each of the tests.
So far there are about 25 tests so I have 25 test tables. This seems like a
lot of unnecessary tables that I could combine somehow. Any vision on a
better way to set this up would be greatly appreciated!
Thanks
Mike
results of tests (25+) on the samples. Any sample can have any or all of the
tests performed on it so I will need to record up to 25 test results for any
one sample. I also want to record the date the test was run and who ran the
test.
I have set up the database so that there is a log-in table to record the
information about the sample and then I have a table for each of the tests.
So far there are about 25 tests so I have 25 test tables. This seems like a
lot of unnecessary tables that I could combine somehow. Any vision on a
better way to set this up would be greatly appreciated!
Thanks
Mike