latestgood
Registered User.
- Local time
- Yesterday, 16:08
- Joined
- May 19, 2011
- Messages
- 15
Hello,
I am creating after school program but had question in regards to finding remaining balance. I have two tables. First table consists of categories (Basketball, Soccer, Football) and budget for that category. Second tables consists of expenses for each category. The problem I am having is that if there is no expense report to a category, the query will ignore the null category. How can I pick up the category that has no matching expense report. For example, if I give budget of $1000 for basketball, and if I do not have expense for basketball, I still want the query to show the $1000 remaining balance.
I am creating after school program but had question in regards to finding remaining balance. I have two tables. First table consists of categories (Basketball, Soccer, Football) and budget for that category. Second tables consists of expenses for each category. The problem I am having is that if there is no expense report to a category, the query will ignore the null category. How can I pick up the category that has no matching expense report. For example, if I give budget of $1000 for basketball, and if I do not have expense for basketball, I still want the query to show the $1000 remaining balance.