latestgood
Registered User.
- Local time
- Today, 01:03
- Joined
- May 19, 2011
- Messages
- 15
Hello,
I have two tables. Table one has budget items (Groceries, Entertainment, Shopping) with budget for each category. Second table consists of expense receipts that's related to each category on table 1. I am trying to subtract table 1 by table 2 so that it'll be give net balance for that month. However, if I do not have any expenses for "Groceries" category, access does not pick it up. I want access to pick up the value like groceries. I tried using left join query, but it's not working.
Thank you,
I have two tables. Table one has budget items (Groceries, Entertainment, Shopping) with budget for each category. Second table consists of expense receipts that's related to each category on table 1. I am trying to subtract table 1 by table 2 so that it'll be give net balance for that month. However, if I do not have any expenses for "Groceries" category, access does not pick it up. I want access to pick up the value like groceries. I tried using left join query, but it's not working.
Thank you,