Inventory Software - VB 6 Source
Submitted by ramos.cj360 on Monday, September 26, 2016 - 15:24.
Language
Hi!
Inventory Software written in VB6 and MS Access Database good for beginners. By downloading this, you will learn SQL basic data manipulation, crystal reporting.
Thank you and happy coding great coders!
Credits: Philip Naparan, [email protected] and all the friends our there entire the world who continuously contributing to programming community.
Regards,
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Why same Public Variable in each module
Is there any point of declaring public variable of a same name in each module? eg. "Public PK As Long" 'Variable used to get what record is going to edit is used almost in each module.
Add new comment
- Add new comment
- 2220 views