Calculations (1 Viewer)

James001

Registered User.
Local time
Today, 14:25
Joined
Jul 28, 2011
Messages
16
I don't know if this should be posted in tables,querry,form or records, so i want to apologize ahead of time.:eek:

I have 2 tables, "tblProducts" & "tblInventory" that have a relationship of one to many using the ItemID. What I need accomplish is to get a grand total of the value of all products. I don't know how to accomplish this. I know i have the ProductID in both of these tables. I have the available stock in the the table, "tblInventory" under the control "Available" and i have the cost of all the products in the table, "tblProducts" under the control "ListPrice". How do I do this calculation and what do i use a form, querry, records? Do I need to make a control in a table? Thanks ahead of time.:D
Thanks
James
 

MStef

Registered User.
Local time
Today, 21:25
Joined
Oct 28, 2004
Messages
2,251
Send a short example of your MDB, (access 2000 or 2002-2003).
 

Users who are viewing this thread

Top Bottom