Here's the jist:
One-to-many relationship PATIENT to ASSESSMENT tables.
ASSESSMENT Table has eighteen fields(ie: WALKING, STANDING, EATING, SLEEPING...)
Each Patient has two or three assessments(Admit, Discharge, Followup).
I need my report to look something like:
Walking Admit Disch Foll'p
Patient info... Score Score Score
Patient info... Score Score Score
....
Walking Summary Totals & Goal accomplishment%
Standing Admit Disch Foll'p
Patient info... Score Score Score
Patient info... Score Score Score
....
Standing Summary Totals & Goal accomplishment%
etc etc
Since the Fields are not catagorized elsewhere I cant find a way to group by them.
In order to get the Admit/Disch/foll'p data on the same line I had to use two subreports linked into main via w/NumberVar's.
So I end up with running eighteen seperate reports to simulate the grouping.
If this were in SQL...no problem, but its in Native File Paradox tables....which I still cant get an ODBC connection too.
Maybe I'm missing something obvious but this is a brainteaser. Aarrgghh
One-to-many relationship PATIENT to ASSESSMENT tables.
ASSESSMENT Table has eighteen fields(ie: WALKING, STANDING, EATING, SLEEPING...)
Each Patient has two or three assessments(Admit, Discharge, Followup).
I need my report to look something like:
Walking Admit Disch Foll'p
Patient info... Score Score Score
Patient info... Score Score Score
....
Walking Summary Totals & Goal accomplishment%
Standing Admit Disch Foll'p
Patient info... Score Score Score
Patient info... Score Score Score
....
Standing Summary Totals & Goal accomplishment%
etc etc
Since the Fields are not catagorized elsewhere I cant find a way to group by them.
In order to get the Admit/Disch/foll'p data on the same line I had to use two subreports linked into main via w/NumberVar's.
So I end up with running eighteen seperate reports to simulate the grouping.
If this were in SQL...no problem, but its in Native File Paradox tables....which I still cant get an ODBC connection too.
Maybe I'm missing something obvious but this is a brainteaser. Aarrgghh