Inventory table

Joined
Jul 26, 2009
Messages
1
Reaction score
0
I am working on an application for Point of Sale system in VbExpress 2008 with MsAccess as database and now i am on the final part of this application which is maintenance of Stock.
I have two tables related to stock.
PurchaseTable: PId,PDate,InventoryId,ItemName,QuantityPurchased,Price,Amount
and SalesTable SId,SDate,InventoryId,ItemName,QuantitySold,Price,Amount
I have to create a table as InventoryRecord:
InventoryId,TransactionDate,ItemName,QuantityPurchased,TotalAvailableQuantity,QuantitySold,BalanceQuantityAvailable
How I can maintain InventoryRecord table to get data from the two tables PurchaseTable and SalesTable and to update the quantity record.

Please advise.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top