Stock Tracking System in Microsoft Access Free Download

Language

This simple project is entitled STOCK TRACKING SYSTEM. The simple software-based application was developed using Microsoft Access. This system is very helpful for tracking daily transactions to handle the stock in and stock out process. It has a simple user interface and user-friendly features and functionalities.

The application consists of the following features/functionalities:

  • Transaction form
  • Reports
  • Export from Access to excel
  • Printable Reports
  • Exporting Report as PdF

The application was developed for educational purposes only. Feel free to modify or customize the application the way you desire. Leave a comment below for any queries and you can also reach me @ [email protected] for further information

How to Run

  1. Make sure that Microsoft Access is already installed on your device.
  2. Download the application zip file. (download button is located below this article)
  3. Open the Stock Tracking System.accdb file to run the application

Default Access

username: Admin
Password: admin

That's it! I hope this simple Stock Tracking System in Microsoft Access will help you with what you are looking for and you'll find it useful for your future Microsoft Access Projects.

Enjoy :)

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

Submitted byAshfaq Ishaq (not verified)on Fri, 08/12/2022 - 13:02

Very Good project please share your email or Whatsapp Number i want share a project plan with you for Inventory Warehouse if you make prefect we will be sale it.
Submitted byAshfaq Ishaq (not verified)on Fri, 08/12/2022 - 13:05

Very Good project please share your email or Whatsapp Number i want share a project plan with you for Inventory Warehouse if you make prefect...?+923159333989
Submitted byKouakou Rodolphe (not verified)on Tue, 11/01/2022 - 05:31

I am a student
Submitted byYamilTheLegend… (not verified)on Wed, 01/11/2023 - 20:16

If I add a purchase it shows an error in here: Public Sub SubTotal() Dim sum1 As Double sum1 = 0 For i = 0 To listBox1.ListCount - 1 sum1 = sum1 + listBox1.Column(4, i) Next txtSubTotal.Value = sum1 End Sub

Add new comment