Hello all
We have this database:
It has Symbol on the first column, Date (daily on trading days) on the second and Close on the third.
We want a query that shows the last CLOSE of the month for each symbol and sum the volume of the month.
The query table would be like this:
Symbol Date (last date of the month) Close (last date of the month) Volume (sum of whole month)
Hereīs the sample file:
Sample.accdb
Can you please help? I highly appreciate it.