Hi
I have a table with 3 columns, Account, Amount_Due, Date.
The amount due list the outstaning balance by date. The are multiple amouts for each account no various dates. I need to extract the balance on the last date for each account. I have tried a simple query, but this groups all amounts for each account, and will not just pick the last. How can I just pick the outstanding balance for the last date only, for each account?
Many thanks
Brandon
I have a table with 3 columns, Account, Amount_Due, Date.
The amount due list the outstaning balance by date. The are multiple amouts for each account no various dates. I need to extract the balance on the last date for each account. I have tried a simple query, but this groups all amounts for each account, and will not just pick the last. How can I just pick the outstanding balance for the last date only, for each account?
Many thanks
Brandon