A
Angel G
I would like to create an R&D database with the following:
I want to create a Tests table, PartNumbers table, PartNumberTests table and
a Results table.
We will enter tests in the tests table, and part numbers in the PartNumbers
table. then we would like to assign tests to a partnumber in the
partnumberTests table. Up to here I have no problem doing this via forms and
creating whatever is necessary (relationships, queries, etc). Then We would
like to call up a form that would display a part number and its related
tests and empty fields so that results can be properly recorded (into the
Results table). This means that the results table has to be opened with as
many new records as tests are required. Can this be done? What is the best
approach!
I want to create a Tests table, PartNumbers table, PartNumberTests table and
a Results table.
We will enter tests in the tests table, and part numbers in the PartNumbers
table. then we would like to assign tests to a partnumber in the
partnumberTests table. Up to here I have no problem doing this via forms and
creating whatever is necessary (relationships, queries, etc). Then We would
like to call up a form that would display a part number and its related
tests and empty fields so that results can be properly recorded (into the
Results table). This means that the results table has to be opened with as
many new records as tests are required. Can this be done? What is the best
approach!