Hi there!
I have two queries i.e. Query1 and Query2. Query1 related to purchasing stock while the other one is to related with Sales. I have create another Query with the help of these two queries (with Query1 & Query2) and named it "Statement" . Now problem is that the total quantity of Products in Query1 and total sales in Query2 were not added to each other instead these were combined. Like,
------------------------------------------------------
Product Name | TotalQty | TotalSale | GrandTotal
------------------------------------------------------
Gen-M250 MG Tab. | 100 | 50 | 150
------------------------------------------------------
As you see, 100+50 will be 150 but GrandTotal value after adding is shown as "10050". What should I do? Thanks in Advance.
I have two queries i.e. Query1 and Query2. Query1 related to purchasing stock while the other one is to related with Sales. I have create another Query with the help of these two queries (with Query1 & Query2) and named it "Statement" . Now problem is that the total quantity of Products in Query1 and total sales in Query2 were not added to each other instead these were combined. Like,
------------------------------------------------------
Product Name | TotalQty | TotalSale | GrandTotal
------------------------------------------------------
Gen-M250 MG Tab. | 100 | 50 | 150
------------------------------------------------------
As you see, 100+50 will be 150 but GrandTotal value after adding is shown as "10050". What should I do? Thanks in Advance.
Comment