B
Bytemaster
This is my database:
A gene is divided into 30 parts (exons). All of them have to bee screened
separately. On one testplate I can put 96 samples. Every patient has it´s
own DNA number. This means I need 30 testplates to screen 96 whole genes.
In my database I have made a form which shows you a DNA-number and the
results of the 30 exon screenings (so one field with a DNA number and 30
fields with results).
The second form has a platenumber and 96 DNA numbers (which were on that
plate) (so one field with a platenumber and 96 fields with DNA-numbers)
Now I want to make a button on the results form, that opens a new form with
all the records which contains the DNA-number. So I can trace on which (30)
plates that DNA number has been screened.
For one field this is very easy with the wizard´s help. The filter is
looking for the DNA number every first sample of every plate. But it has to
search alle 96 samples on every platenumber for that DNA number.
After using the wizard the following code is placed:
stLinkCriteria = "[DNA Number of Sample 01]=" & "'" & Me![DNA-number] & "'"
I think I have to add an AND or OR function into this code to force
seraching in samples 02 - 96
Can someone help me here?
Dimitri
A gene is divided into 30 parts (exons). All of them have to bee screened
separately. On one testplate I can put 96 samples. Every patient has it´s
own DNA number. This means I need 30 testplates to screen 96 whole genes.
In my database I have made a form which shows you a DNA-number and the
results of the 30 exon screenings (so one field with a DNA number and 30
fields with results).
The second form has a platenumber and 96 DNA numbers (which were on that
plate) (so one field with a platenumber and 96 fields with DNA-numbers)
Now I want to make a button on the results form, that opens a new form with
all the records which contains the DNA-number. So I can trace on which (30)
plates that DNA number has been screened.
For one field this is very easy with the wizard´s help. The filter is
looking for the DNA number every first sample of every plate. But it has to
search alle 96 samples on every platenumber for that DNA number.
After using the wizard the following code is placed:
stLinkCriteria = "[DNA Number of Sample 01]=" & "'" & Me![DNA-number] & "'"
I think I have to add an AND or OR function into this code to force
seraching in samples 02 - 96
Can someone help me here?
Dimitri