How to Create a Stocks Inventory System
Submitted by joken on Thursday, November 7, 2013 - 14:02.
In this tutorial, I'm going to teach how to create a Stocks Inventory System in a phase to phase basis. This system will be developed using Visual Basic 2008 and Microsoft Access Database 2003 for database.
Here’s the outline for this topic:
And our next lesson will focus on how to set up our database connection.
- Setting the Database tables
- Setting Database connection
- Creating a Stock Master
Registering new stocks
Updating stock
Removing stocks
- Creating a transaction
Releasing of stocks
Returning of stocks
- Generating Reports
- Managing user
- User Login and Logout
Table Name: tblecaltegory

Table Name: tblitemmaster

Table Name: tblreturn

Table Name: tbltransaction

Table Name: tblunitmaster

Table Name: tbluseraccounts

Add new comment
- 135 views