N
Nick Bradbury
Hi
I am building a database to input results for laboratory samples and I want,
if possible, to design one generic form that will display the fields
relevant for each test. For example TestQC1 has five stages Y&M, TVC37,
TVC22, PS and Ecoli, TestQC2 has three stages TVC30, PS and Coliforms. In
the table called TestSuites the fields are
TestSuiteID - Autonumber
LabNo - Long Integer
TestSuite - Text [Indexed]
Description - Text
Status - Yes/No
Stage1- Text
Stage2 - Text
Stage3 - Text
Stage4 - Text
Stage5 - Text
I dont want to create a form for each if it can be avoided as there are a
lot of test suites, is this feasible or do I need to consider a seperate
table for the Stages
Thanks
Nick
I am building a database to input results for laboratory samples and I want,
if possible, to design one generic form that will display the fields
relevant for each test. For example TestQC1 has five stages Y&M, TVC37,
TVC22, PS and Ecoli, TestQC2 has three stages TVC30, PS and Coliforms. In
the table called TestSuites the fields are
TestSuiteID - Autonumber
LabNo - Long Integer
TestSuite - Text [Indexed]
Description - Text
Status - Yes/No
Stage1- Text
Stage2 - Text
Stage3 - Text
Stage4 - Text
Stage5 - Text
I dont want to create a form for each if it can be avoided as there are a
lot of test suites, is this feasible or do I need to consider a seperate
table for the Stages
Thanks
Nick