First of all thank you all for helping me to solve my fisrt question.
Trying to desing a labtest result database, i made the above thinking (picture),sure not standard db structure.
-I wonder if there is a way to link records from one table to collumns to another tables.
For each test there is a record to tbltests, and each test represents a collumn to tblresults and tbltest_select.(see blue arrows)
Finaly each test collumn at tblresults refers to a value true or false to tbltest_select.
- If it can be done, how it is possible every time you add one test to tbltests, one collumn will be addet to the two "linked" tables.
Out of the box thinking, but ....