dawsonrhodes
Member
- Local time
- Today, 01:35
- Joined
- Mar 8, 2020
- Messages
- 85
Hey all,
I'm having an issue where records are combining into one row if the PatronID matches, as it is normalized to do so. There are two source tables, tblReceiptofFunds and tblMultipleTransactionLogs combine in the rows, which makes some other functions I have like combining the ID's for a consolidated TransactionID not work, as it will take an id, [RoFID] 1 and [MTLID] 4 in the same row, which makes it total 5, where it should be MTLID - Null and RoFID 1, which totals 1, as each row would only either contain the RoF table information, or the MTL table information.
Anyway to achieve this?
I'm having an issue where records are combining into one row if the PatronID matches, as it is normalized to do so. There are two source tables, tblReceiptofFunds and tblMultipleTransactionLogs combine in the rows, which makes some other functions I have like combining the ID's for a consolidated TransactionID not work, as it will take an id, [RoFID] 1 and [MTLID] 4 in the same row, which makes it total 5, where it should be MTLID - Null and RoFID 1, which totals 1, as each row would only either contain the RoF table information, or the MTL table information.
Anyway to achieve this?