Hi All,
Recently got turned on to Access and I'm really enjoying learning about it. I hope you can help me, since it has to do with my new years resolution to be better about my finances!
I have a table in which I am recording all of my purchases called Expenses, with the following fields:
- Date
- Description
- Amount
- Payee
- Category
I would like to create a query that I can run for a particular month that will show me how much I spent in total on each day. So for example, if I had 3 transactions on Jan 1 with each at $5, I would want the result set to display 1/1 - $15 and so on for all the days in Jan. I would like this query to be flexible enough so that I may use it for any month I wish, as I hope to incorporate it into a report somehow. I'm really interested in learning SQL, so a SQL query response would be appreciated!
Your help is much appreciated, I hope I can return the favor one day!