Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- How to Connect to a Database and Add/Update/Delete Record (61)
- Free Hotel Management System Manual (54)
- Payroll System (50)
- Hotel Reservation System (VB.NET) (50)
- Hotel Reservation System in MS Access (49)
- Automated Voting System (48)
- Visual Basic .NET 2008 Tutorial (45)
- Hotel Reservation System (43)
- My VB Program (42)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (41)
- 1 of 204
- ››
Random Post
- How to Add New Data Source (4,386)
- Elance vs RentACoder (2,140)
- SQL FORMAT Function (1,430)
- CD Rental Colasaw (2,892)
- Gross Salary Solver 1.0 (2,601)
- Simple Password Validation (3,803)
- Library System (4,428)
- Google Map For Your Web Applications (3,265)
- CheckBox in DataGridView (15,114)
- Roman Numeral To Number Translator Version 1.0 (5,064)
- 1 of 133
- ››
Hi thanks for the reply.
The inventory system that I created involves sales transactions.The sales transaction is where Stock-out comes in and Stock-in when you create a PO and then receiving the item. The supplier there is just an additional information or a feature for the report just for tracking purposes.Now, I just want to ask some ideas on how to subtract quantity available from quantity to be sold.
In my database the quantity/item added is stored at tblpo. Cuz it as added during the PO entry and receving the item. And the to be subtracted at quantity in tblstocks. So there are 2 tables involved. I really need help on how to subtract from tblpo to tblstocks.
Thanks
Kim