How to use SQL Statement in access
I'm using visual basic 6.0
SELECT x, y FROM table_a
MINUS
SELECT x, y FROM table_b;
My Visual basic code is this
Adodc1.RecordSource ="SELECT Sum((Quantity)*12) FROM Sell_Detail Where Cateogry='Large'"
Minus
"Select Sum(No_Of_Bottle) FROM Add_Bottle Where Cateogry='Large'"