Total and subtotal query

aymanmb

Registered User.
Local time
Today, 10:40
Joined
Jan 28, 2007
Messages
96
I have an "order" table that has Qty, unitcost, and totalcost as fields. I want

a) make a query to calculate total cost in same table

b) make a subtotal query (like the the one in northwind sample database) tp use in my main form to claculate grand total of all orders

appreciate guiding me and include code sample if needed

thanks
 

Users who are viewing this thread

Back
Top Bottom