I'm working on a database that will hold bacterial strain typing information. I've created a nice user interface using forms to do Data Entry and search entries but the next part I'm stumped on.
I want to open a form, select from a drop-down the test method, say test1, test2, or test1 AND test2 to look for patients (bacterial strains) that have identical matching results. Test1 is a 12 digit code, and test 2 is a 15 digit code. I would like to show the groups of matching strains separate from each other and then assign a group ID.
At this point I've tried the Find duplicates query but I don't know how to then put that in a form and to separate the matching sets.
Can anyone point me in the right direction?
I want to open a form, select from a drop-down the test method, say test1, test2, or test1 AND test2 to look for patients (bacterial strains) that have identical matching results. Test1 is a 12 digit code, and test 2 is a 15 digit code. I would like to show the groups of matching strains separate from each other and then assign a group ID.
At this point I've tried the Find duplicates query but I don't know how to then put that in a form and to separate the matching sets.
Can anyone point me in the right direction?