I am using Access 2007.
I have the following table created by a query:
ProgramName
Territory
PatientName
PatientID
Date
Ethnicity
Race
I need to create a report that is grouped by ProgramName, then Territory (which is either 'rural' or 'urban'). Something like this:
I hope that paints a good and understandable picture for you.
Any suggestions on how to get this done?
TIA!
~RLG
I have the following table created by a query:
ProgramName
Territory
PatientName
PatientID
Date
Ethnicity
Race
I need to create a report that is grouped by ProgramName, then Territory (which is either 'rural' or 'urban'). Something like this:
Code:
Race Ethnicity Patient PatID Date
[B]Thoracic Oncology Program[/B]
Rural
Asian Non-Hispanic Judy Jones MR111 9/22/2011
Asian Non-Hispanic Tammy Jones MR111 9/22/2011
White/Caucasian Non-Hispanic Betty Jones MR1234 9/21/2011
Asian - 2
White/Caucasian - 1
Non-Hispanic - 3
Urban
Asian Non-Hispanic Sandy Jones MR185 9/22/2011
White/Caucasian Hispanic Andy Jones MR165 9/21/2011
White/Caucasian Non-Hispanic Trudy Jones MR165 9/21/2011
Asian - 1
White/Caucasian - 2
Hispanic - 1
Non-Hispanic - 2
Total Thoracic:
Asian - 3
White/Caucasian - 3
[B]Brain Tumor Program[/B]
blah blah blah
[B][I]Grand total:[/I][/B]
Asian - 4
White/Caucasian - 16
Non-Hispanic - 15
Hispanic - 5
I hope that paints a good and understandable picture for you.
Any suggestions on how to get this done?
TIA!
~RLG