ProgramRasta
Member
- Local time
- Today, 18:47
- Joined
- Feb 27, 2020
- Messages
- 98
Hello,
I have what will be an elementary question for many.
I have two tables:
Table A - date, customer id, closing balance at previous period
Table B - date, customer id, values
I am attempting to sum the totals per customer id and date using the closing balance in Table A as a starting point (like a Dsum()).
I can achieve the desired result using multiple queries but I am certain there is a more efficient way of doing it perhaps using recordsets? However, I am unable to get it to work as intended.
Thank you for taking the time to read the post.
Cat.
I have what will be an elementary question for many.
I have two tables:
Table A - date, customer id, closing balance at previous period
Table B - date, customer id, values
I am attempting to sum the totals per customer id and date using the closing balance in Table A as a starting point (like a Dsum()).
I can achieve the desired result using multiple queries but I am certain there is a more efficient way of doing it perhaps using recordsets? However, I am unable to get it to work as intended.
Thank you for taking the time to read the post.
Cat.