alphil2001
Instructor
Hi, Ive searched through the forums and cant seem find anything that may help me.
I have over 30 seperate queries, Each query is the result of looking through another query and table and returning the last transaction date and transaction number and each query returns a different number of records from about 300 to 500 transactions. The seperate queries work well but I would like to combine them in one table, this is what the seperate queries produce:
Date Transaction
01/01/06 250
05/01/06 355
03/02/06 450
What I would like to know is, is it possible to combine all of the queries into one datagrid or table so they are listed side by side so I can view them all at the same time so it would look something like this:
Date1 Transaction1 Date2 Transaction2 etc
01/01/06 250 03/01/06 150
05/01/06 355 07/01/06 225
03/02/06 450 06/02/06 578
I would also like to know if it is possible to have a running (cumulative)total next to each of the transaction columns showing the Last transaction added onto the next transaction.
eg
Date Transaction Running Total
01/01/06 250 250
05/01/06 355 610
03/02/06 450 1060
Thanks very much for your help, I hope you will be able to help me, or suggest an easier was round of doing this
ALPHIL2001
I have over 30 seperate queries, Each query is the result of looking through another query and table and returning the last transaction date and transaction number and each query returns a different number of records from about 300 to 500 transactions. The seperate queries work well but I would like to combine them in one table, this is what the seperate queries produce:
Date Transaction
01/01/06 250
05/01/06 355
03/02/06 450
What I would like to know is, is it possible to combine all of the queries into one datagrid or table so they are listed side by side so I can view them all at the same time so it would look something like this:
Date1 Transaction1 Date2 Transaction2 etc
01/01/06 250 03/01/06 150
05/01/06 355 07/01/06 225
03/02/06 450 06/02/06 578
I would also like to know if it is possible to have a running (cumulative)total next to each of the transaction columns showing the Last transaction added onto the next transaction.
eg
Date Transaction Running Total
01/01/06 250 250
05/01/06 355 610
03/02/06 450 1060
Thanks very much for your help, I hope you will be able to help me, or suggest an easier was round of doing this
ALPHIL2001