I want to generate Ledger statement Report for All the clients from my Transaction Table through MS Access Query

sharif007

New Member
Joined
Jul 6, 2014
Messages
7
Dear Experts,

I have a Table named as “Transaction Table” in MS Access 2016 as follows:



Transaction Table​
TransectionTransection DateTransectionTypeAmountClientID
1​
09-06-20​
Bill
4000​
2​
2​
12-06-20​
Bill
1000​
1​
3​
16-06-20​
Bill
45670​
4​
4​
16-06-20​
Bill
45670​
5​
5​
24-06-20​
Payment
45670​
5​
6​
15-07-20​
Bill
3000​
3​
7​
17-07-20​
Payment
500​
1​
8​
18-07-20​
Bill
1000​
1​
9​
20-07-20​
Bill
5000​
1​
10​
20-07-20​
Payment
2500​
3​
11​
22-07-20​
Payment
1234​
4​
12​
25-08-20​
Bill
5000​
3​


Now I want to generate Ledger statement for all the client from my Transaction Table through MS Access Query which would generate Ledger statement report like Below:

Ledger Statement Report
Opening BalanceClientIDTransactionDateTransectionTypeAmountClosing Balance
0​
1​
12-06-20​
Bill
1000​
1000​
1000​
1​
17-07-20​
Payment
500​
500​
500​
1​
18-07-20​
Bill
1000​
1500​
1500​
1​
20-07-20​
Bill
5000​
6500​
0​
2​
09-06-20​
Bill
4000​
4000​
0​
3​
15-07-20​
Bill
3000​
3000​
3000​
3​
20-07-20​
Payment
2500​
500​
500​
3​
25-08-20​
Bill
5000​
5500​
0​
4​
16-06-20​
Bill
45670​
45670​
45670​
4​
22-07-20​
Payment
1234​
44436​
0​
5​
16-06-20​
Bill
77566​
77566​
77566​
5​
24-06-20​
Payment
77566​
0​


Please anyone do this for me by suggesting an appropriate SQL query and report. Your assistance will be much appreciated !! Thanks In Advance !!

Ashik
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Use PowerQuery: From the Get & Transform tab of the Data Ribbon choose 'New Query', 'From Database', 'From Microsoft Access Database'. You can do any translation you need in PQ and then use PowerPivot (if necessary) to show the output.

HTH
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top