K
KateB
I have a database that has expanded over time so probably isn't set up
exactly as it should be! However, I will continue and hope someone can help
with this.
I have a main form that is used to collect patient information - name, DOB,
doctor, infection, etc. On this form is a sub-form that records resistance
to antibiotics. Each patient could have an antibiotic result for anything
from one to eleven different drugs. Each result is either Resistant or
Sensitive. Currently the query returns:
PATIENT ANTI-B RESULT
patient1 abx1 resistant
patient1 abx2 resistant
patient1 abx3 sensitive
patient1 abx4 sensitive
patient2 abx1 resistant
patient2 abx2 sensitive etc.
What I need is:
PATIENT ABX1 ABX2 ABX3 ABX4 etc.
Patient1 resist resist sens sens
Patient2 resist sens
Is this possible? Currently I have to export to excel and then "turn it
around" using look-ups and manual checking. Any suggestions?
Kate
exactly as it should be! However, I will continue and hope someone can help
with this.
I have a main form that is used to collect patient information - name, DOB,
doctor, infection, etc. On this form is a sub-form that records resistance
to antibiotics. Each patient could have an antibiotic result for anything
from one to eleven different drugs. Each result is either Resistant or
Sensitive. Currently the query returns:
PATIENT ANTI-B RESULT
patient1 abx1 resistant
patient1 abx2 resistant
patient1 abx3 sensitive
patient1 abx4 sensitive
patient2 abx1 resistant
patient2 abx2 sensitive etc.
What I need is:
PATIENT ABX1 ABX2 ABX3 ABX4 etc.
Patient1 resist resist sens sens
Patient2 resist sens
Is this possible? Currently I have to export to excel and then "turn it
around" using look-ups and manual checking. Any suggestions?
Kate