rexmontilla
New member
- Local time
- Yesterday, 22:27
- Joined
- Dec 23, 2008
- Messages
- 2
hi everyone,
i'm newbie here i am glad that found this site i think it help me a lot sorry for my english.
i want to create a database in access that can subtract the field. I am very new to access i just the basic i sometimes use the query wizard to total the quantity but now it seems the there is no wizard for the subtraction.
this is what i made i edit the wizard just to try to solve it
SELECT DISTINCTROW Table1.ID, Table1.name, Table1.Description, sum(Table2.Add)-(Minus.Minus) AS [Qty on Hand]
FROM Table1 INNER JOIN Table2 ON Table1.ID=Table2.ID
GROUP BY Table1.ID, Table1.name, Table1.Description;
please help me
i'm newbie here i am glad that found this site i think it help me a lot sorry for my english.
i want to create a database in access that can subtract the field. I am very new to access i just the basic i sometimes use the query wizard to total the quantity but now it seems the there is no wizard for the subtraction.
this is what i made i edit the wizard just to try to solve it
SELECT DISTINCTROW Table1.ID, Table1.name, Table1.Description, sum(Table2.Add)-(Minus.Minus) AS [Qty on Hand]
FROM Table1 INNER JOIN Table2 ON Table1.ID=Table2.ID
GROUP BY Table1.ID, Table1.name, Table1.Description;
please help me