ms access

Supplies Inventory System

Submitted by admin on
After looking at my source code in supplies inventory system. I was amazed by the fact that I am using an old code which is not actually my style of coding. Although this program works great if you want to calculate a running balance, there is however, a more straightforward method of coding a running balance. If you have downloaded some of my code especially made in VB, you’ll see what I mean

Students Records System Version 1.0

Submitted by jakerpomperada on
Hi there about this code I called it Students Records System Version 1.0 written entirely in MS Access. This code is very useful in school it can be use to store, process the information of students like student information file, grades and other relevant informations for the students. It contains useful codes like password validation, report generation and data storage and navigation. Great code

Dealing With Quotes in Text Fields

Submitted by admin on

The following tutorial is taken from the internet when I started working with my Library System using MS Access.

I googled this topic to find the author but I can't find him.

This tutorial will handle a text field that contain a value with apostrophe, single or double quotation.

I added it here so other programmer will benefit from this code. You can use this in visual basic or MS Access program.

 

When building an sql statement that contains text fields it usually happens

Lending System

Submitted by admin on
This code will teach you on how to populate the subform using the criteria on the parent form with a click of a mouse. It will automatically compute the interest rate of a particular loan based on the number of term specified. Good for beginners to learn Microsoft Access database programming.