skirkybaby
New member
- Local time
- Today, 11:18
- Joined
- Feb 21, 2007
- Messages
- 3
Ok, please bear with me as I have managed to make this problem more complicated than it is.. and my database / relationship design is quite possibly awful.
Here goes -
Basically I have a database i've created for "Testing" software. It has a form with one subform and one datasheet subform associated with it.
The main form allows a tester to chooose an application, the subform then show's details of what tests are required, which works fine. There are 4 types of test : Client/Server, Client, Web and Other - This is set in a combo box they choose from the sub form.
Because of the relationship, for each type of the 4 tests, there is a seperate subform of test data (the datasheet).
This is comprised of the following visible fields:
Test Step; Pass or Fail; Comments; Tester Initials
As a tester completes a step, they start a new record, untill the test is complete. Once complete they can then choose a new test type and do the next set of tests, once all the tests are complete, they can choose a new application from the main form and continue all over etc.
The problem im having is I want some way of auto-filling in the test step based on the choice of test type chosen.
I.e If the user chooses Client/Server as the test.,
I want the first two records (steps) to show: 1) Does it install?
2) Does it connect?
To make sure there is some kind of conformity to the results the tester types in. Is there an easy way of linking this? What fields/relationships between the tables for tests and tables for "sub tests" (steps) as ive called it will I need.
Any help would be appreciated, I can supply screenshots etc if needed!
Kind Regards,
Simon
Here goes -
Basically I have a database i've created for "Testing" software. It has a form with one subform and one datasheet subform associated with it.
The main form allows a tester to chooose an application, the subform then show's details of what tests are required, which works fine. There are 4 types of test : Client/Server, Client, Web and Other - This is set in a combo box they choose from the sub form.
Because of the relationship, for each type of the 4 tests, there is a seperate subform of test data (the datasheet).
This is comprised of the following visible fields:
Test Step; Pass or Fail; Comments; Tester Initials
As a tester completes a step, they start a new record, untill the test is complete. Once complete they can then choose a new test type and do the next set of tests, once all the tests are complete, they can choose a new application from the main form and continue all over etc.
The problem im having is I want some way of auto-filling in the test step based on the choice of test type chosen.
I.e If the user chooses Client/Server as the test.,
I want the first two records (steps) to show: 1) Does it install?
2) Does it connect?
To make sure there is some kind of conformity to the results the tester types in. Is there an easy way of linking this? What fields/relationships between the tables for tests and tables for "sub tests" (steps) as ive called it will I need.
Any help would be appreciated, I can supply screenshots etc if needed!
Kind Regards,
Simon