klynch0803
Registered User.
- Local time
- Today, 16:03
- Joined
- Jan 25, 2008
- Messages
- 102
What is the best way to get the difference between two queries?
I tried Union but dont get any results.
I tried Crosstab but that doesnt allow multiple queries.. Hmmm
So I tried the simple query and added both queries to it and right joined by Item and added the field "Qty" from the Recieved query and the "qty" from the usage query. I then created an Expression "[Received].[qty]-[Usage].[Qty]" but got no results it returned the value of received qty...
How in the world can I do this..?
I tried Union but dont get any results.
I tried Crosstab but that doesnt allow multiple queries.. Hmmm
So I tried the simple query and added both queries to it and right joined by Item and added the field "Qty" from the Recieved query and the "qty" from the usage query. I then created an Expression "[Received].[qty]-[Usage].[Qty]" but got no results it returned the value of received qty...
How in the world can I do this..?