M
manish
I have two cross tab queries in the following format :
both the queries have the following format
Account may june july aug
------- ------ ------ ------ ------
Account contains the infomation like : courier, salary,
purchases etc... the month columns show the monthly
expenses of each account.
One query is for cash expenses.
The other is for bank payments.
both the queries are based on other queries.
Till here there is no problem.
Now i want to merge the two queries into one so that i can
have one column for "cash-may" and one column for "bank-
may" similarly there should be columns like :
cash-june bank-june cash-july bank-july
--------- --------- --------- ---------
is this possible???
if not how can i merge & sum the data from two queries.
I need to make a report at the end of every month to show
the cash expenses, the bank payments and the total of it.
How do I???
any suggestions will be highly appreciated.
warm regards
manish
both the queries have the following format
Account may june july aug
------- ------ ------ ------ ------
Account contains the infomation like : courier, salary,
purchases etc... the month columns show the monthly
expenses of each account.
One query is for cash expenses.
The other is for bank payments.
both the queries are based on other queries.
Till here there is no problem.
Now i want to merge the two queries into one so that i can
have one column for "cash-may" and one column for "bank-
may" similarly there should be columns like :
cash-june bank-june cash-july bank-july
--------- --------- --------- ---------
is this possible???
if not how can i merge & sum the data from two queries.
I need to make a report at the end of every month to show
the cash expenses, the bank payments and the total of it.
How do I???
any suggestions will be highly appreciated.
warm regards
manish