meenctg
Learn24bd
- Local time
- Tomorrow, 00:55
- Joined
- May 8, 2012
- Messages
- 133
I have two table.
TblA(date,income,amountIncome)
TblB(date,cost,amountCost)
I have made two query for 2 tables sum of amount field.then
I have make final query for balance amount
Date,SumOfamountIncome,SumOfamountCost,balance
My question is when any one table has not record the query doesn't give result.
I wanna when any one table has one record or not record it will give result. Like
12/2/14 120 0 120
Or
12/2/14 0 12 -12
Or if not record in two tbl
12/2/14 0 0 0
How is possible or any better idea for fix this?
TblA(date,income,amountIncome)
TblB(date,cost,amountCost)
I have made two query for 2 tables sum of amount field.then
I have make final query for balance amount
Date,SumOfamountIncome,SumOfamountCost,balance
My question is when any one table has not record the query doesn't give result.
I wanna when any one table has one record or not record it will give result. Like
12/2/14 120 0 120
Or
12/2/14 0 12 -12
Or if not record in two tbl
12/2/14 0 0 0
How is possible or any better idea for fix this?