Let's say I have 2 tables, both of which are child tables of a master database.
For my example (a hospital), one table holds all the medication required by a patient (patient details being in the master) [1 to many] and the second holds all procedures they've had [1 to many]
Is it possible to write a report that would do the following:
Patient Name
------------
Medications
Med1
Med2
Med3, etc
Procedures
Proc1
Proc2
Proc3, etc
So, in fact, I think I need 2 detail lines, or some funky grouping...
For my example (a hospital), one table holds all the medication required by a patient (patient details being in the master) [1 to many] and the second holds all procedures they've had [1 to many]
Is it possible to write a report that would do the following:
Patient Name
------------
Medications
Med1
Med2
Med3, etc
Procedures
Proc1
Proc2
Proc3, etc
So, in fact, I think I need 2 detail lines, or some funky grouping...