P
pdehner
I have 3 tables that I wish to create a report
Table Funds
Fields - AccountID, Fund Number, Name, Department, Fed_State_Other
Table Allocations
Fields - AccountID,
TransactionID,FY,AllocationAMT,TransDate,TranDescr,TranAmt, Notes
Table FundTransactions
Fields - TransactionID, FY, ReceiptNum, TransDate,TranDescr,
TransAmt,AccountID,Notes
I hae the tables designed this way because we receive allocations for a
fund, then we request funds from those allocations then we receive funds not
only from the request but some funds we don't need to request funds.
I need a report that is grouped by Fed_State_Other, then by Department It
needs to list the allocation, the requested funds (could be numerous
requests), then the funds received. This should be compiled based on the FY
(fiscail year) entered.
I have tried joins both right, left and inner. I can not make this work.
I join funds and allocations then join (in a seperate query) transactions
but I either get duplicate transactions or some funds not even listed.
Any help is much appreicated.
Thanks
Table Funds
Fields - AccountID, Fund Number, Name, Department, Fed_State_Other
Table Allocations
Fields - AccountID,
TransactionID,FY,AllocationAMT,TransDate,TranDescr,TranAmt, Notes
Table FundTransactions
Fields - TransactionID, FY, ReceiptNum, TransDate,TranDescr,
TransAmt,AccountID,Notes
I hae the tables designed this way because we receive allocations for a
fund, then we request funds from those allocations then we receive funds not
only from the request but some funds we don't need to request funds.
I need a report that is grouped by Fed_State_Other, then by Department It
needs to list the allocation, the requested funds (could be numerous
requests), then the funds received. This should be compiled based on the FY
(fiscail year) entered.
I have tried joins both right, left and inner. I can not make this work.
I join funds and allocations then join (in a seperate query) transactions
but I either get duplicate transactions or some funds not even listed.
Any help is much appreicated.
Thanks