Microsoft Access Database

Free Final Year Projects for Computer Science and IT Students 2020-2021

Final Year Projects for Computer Science or IT Students This article list some projects that can be used for Final Year Projects for IT (Information Technology) and Computer Science students. The projects are developed or written using PHP, Visual Basic .NET, C#, and Python. These projects will help you to enhance or your knowledge and skills in developing software-based, web-based, or online

Payroll System in VB.NET and MS Access Database with Source Code and Documentation

This Payroll System is a VB.NET Project. This project was developed using VB.NET and Microsoft Access Database. The system was written in Visual Studio 2010 Ultimate. This system manages a certain company's employee records and calculates their payroll. The system has user-friendly functionality and has a pleasant user interface. For the Thesis documentation Visit the following link: Payroll

Advanced Library Management System using VB.NET with Source Code

This is an Advance Library Management System project that helps a certain school manage its Library records such as the books and borrow/return transactions. This project is written using VB.NET 4.0 and MS Access 2010 as back end and was developed for S.D.P.V. College Indore. This system stores the list of books, school courses, school departments, faculties, students and many more. With this

Sales and Inventory Management Software Microsoft Access (VBA)

This is a Sales and Inventory Management System in using Microsoft Access. Here all the records are stored in the software. Record about the products and bills. Sales and Inventory Management Software In VBA (Microsoft Access) is Developed Using VBA + Access Database. This system manages records such as the suppliers, stocks, product categories, customers, employees, products, sales, reports and

Point of Sale System using VB.NET and Microsoft Access with Source Code

This point of sale system supports Barcode on sales transactions. It has a user-friendly interface that a user can understand. I'm using Microsoft Access as a backend database. About The Point of Sale System using the VB.NET is a project that can help a certain store to their daily sales transaction. This system stores the list of products. The system has also a minimum scope of inventory features

Airline Reservation System using VB.NET with Source Code

HI, this is the 4th program I have submitted on sourcecodester. This project is a simple system developed using VB.NET. About The Airline Reservation System is a vb.net project developed to manage the reservation seat of the passengers on a certain flight of the airline. This system simply stores the list of flights, planes, and passengers' reservations. The system automatically detects if the

Simple Hotel Management System Using VB.Net with Source Code

The Simple Hotel Management System is a VB.NET project that can help manage the hotel's Guest Room Check-in/Check-out and Reservation. This system stores the list of Guests, Hotel Rooms, Reserved Rooms and etc. The system automatically calculates the payable amount of the guest after selecting the room and check-in/check-out date range. The system also calculates the minimum advance payment/down

How to Save Record in Database using C#

This tutorial is a continuation of our last topic called “Step by Step Connect Access Database in C#”. At this time, we’re going to focus on how to save record in Microsoft Access using C#. To start with, open our last project called “usermanagement” since we will be dealing with saving a record, we need to add another control such as Button, Labels and Textboxes.