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)
- Payroll System (59)
- Free Hotel Management System Manual (54)
- Hotel Reservation System (VB.NET) (52)
- Automated Voting System (52)
- Hotel Reservation System in MS Access (50)
- Hotel Reservation System (47)
- Visual Basic .NET 2008 Tutorial (46)
- My VB Program (44)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (44)
- 1 of 204
- ››
Random Post
- Bubble Sort (860)
- Progress bar (5,826)
- Solution to Overflow Error 6 or Division by Zero (968)
- Sending Data via parallel port using INPOUT32.dll (24,012)
- Upload binary data the Database (1,437)
- MySafe (1,742)
- HigherLower v.2.0 (1,381)
- SQL FIRST Function (1,411)
- Create Forms Criteria on the fly (2,589)
- Populating Elements (754)
- 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