G
Guest
I’m trying to develop a comprehensive report for a database with a broad data
structure.
Table A––––>>Table B<<-–––––Table C (Lookup for Table B)
|
|––––>>Table D<<–––––Table E (Lookup for Table D)
|
|––––>>Table F<<–––––––Table G (Lookup for Table F)
|
|––––>>Table H––––––>> Table I
I’d like to be able to group by Local Organization (Table A) and then by
month.
Local Organization 123
July
Table B data
Table D data
Table F data
Table H and I data
Aug, etc
Local Organization 234
July
(As above), etc
I’d appreciate any suggestions.
structure.
Table A––––>>Table B<<-–––––Table C (Lookup for Table B)
|
|––––>>Table D<<–––––Table E (Lookup for Table D)
|
|––––>>Table F<<–––––––Table G (Lookup for Table F)
|
|––––>>Table H––––––>> Table I
I’d like to be able to group by Local Organization (Table A) and then by
month.
Local Organization 123
July
Table B data
Table D data
Table F data
Table H and I data
Aug, etc
Local Organization 234
July
(As above), etc
I’d appreciate any suggestions.