I have an inventory database and I would like to run a query that shows the value of stock I hold.
I have not added the cost per item in the database. This is what I have:
Item
Current Stock level
I now want to add:
Cost of Item
Total Value of Stock (Current Stock * Cost)
Because I don't have the cost of item in a table anywhere, Is it still possible to create this query?
All help would be greatly appreciated.
I have not added the cost per item in the database. This is what I have:
Item
Current Stock level
I now want to add:
Cost of Item
Total Value of Stock (Current Stock * Cost)
Because I don't have the cost of item in a table anywhere, Is it still possible to create this query?
All help would be greatly appreciated.