Hi. I need to be able to add the results from two queries, which retrieve data from two different tables. The tables can't be joined because there are no common fields. (Edit: well, there is one, managers)
The first query returns ( among other things) salesdemo.bmgr, SUM(salesdemo.vsc) as vscincome, and SUM(countdemo.vsc) as vscnum.
The second query returns SUM(profit) as vscincome. I need to combine the two vscincomes to get the vscincome total.
The only problem is that I HAVE NO CLUE how to do this...
Any help appreciated.
Cori