Dealing with Inventory data

M

Mishanya

I have tblTransactions wich stores details such as:

TransactionID
ProductID
ProductQty
TransactionPrice
TransactionDate
TransactionType (combo In/Out)

In order to view products in stock I need to build a form with a field that
sums In's as "+" and Out's as "-".
In most Inventory Templates I've found the In's an Out's are stored in
different fields and even different tables (e.g. tblPurchase and tblSales).
Is there an elegant way to use combo for choosing TransactionType (without
making the user enter ProductQty for Out's with "-") and then to calculate
the stock?
 

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