Denburt: Good morning.
ECHOID is same for all tables. I didn’t quite understand how do you find two separate ECHOIDs? tblAP and tblPayroll (and other similar expense tables – all will have to be connected to tblECHO with ECHOID.
I am trying to create a detailed report by Fund. Funds are a 3-digit numbers starting with 8 (872, 833, 819 etc). A fund can have multiple project number which is a 5-digit numbers usually starts with 6. (63740 , 64690, 65651 etc). A project can be further separated by sub class which is a combination of numbers and digits (T217, PJ08, 0999 etc).
My questions are:
1. What would be the correct way to do a report by Fund for each ECHO?
2.How do I do a summary report for all funds?
3. How do I arrange the report in an ascending order by fund number?
The latest version of my DB is attached. Any help is much appreciated. Thanks.
ECHOID is same for all tables. I didn’t quite understand how do you find two separate ECHOIDs? tblAP and tblPayroll (and other similar expense tables – all will have to be connected to tblECHO with ECHOID.
I am trying to create a detailed report by Fund. Funds are a 3-digit numbers starting with 8 (872, 833, 819 etc). A fund can have multiple project number which is a 5-digit numbers usually starts with 6. (63740 , 64690, 65651 etc). A project can be further separated by sub class which is a combination of numbers and digits (T217, PJ08, 0999 etc).
My questions are:
1. What would be the correct way to do a report by Fund for each ECHO?
2.How do I do a summary report for all funds?
3. How do I arrange the report in an ascending order by fund number?
The latest version of my DB is attached. Any help is much appreciated. Thanks.
Comment