tutorial
Creating a Table for Books Acquisition
This tutorial is part of How to Make Library System.
Books Acquisition is where you save the information of a Book. In this tutorial I will explain to you the importance of parent/child form to grand child. Since there could be more than one copyright in a book all we have to do is normalize our table into three separate table called Books, Books Copyright, and Books Accession.
Create a Library System Database
How to Make Library System
In this tutorial I will explain to you on how to make a library system out of the box.
Retrieve Data Using DataSets and Data Adapters
This tutorial is part of Database Programming Made Easy Series.

Dataset can be either connected to or disconnected from data sources. Data is save back to the database by using Data Adapters. Data Adapters handles the connection between Data Sources and Dataset
Retrieve Data Using Data Readers
Database Programming Made Easy
In this tutorial I will discuss to you on how you can access the database easily. I came across this idea because this is also my problem when I started working with database programming.
I hope that in one way or another I can help you in your journey to the world of programming. Programming is fun and easy if you just simply devout your time with it. I cannot stress enough how easy programming is if you only read an online tutorial like this.
How to Prevent Code from Executing its Event when Form is Still Initializing
Dealing With Quotes in Text Fields
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
How to Create a Splash Screen in VB.NET
In Visual Basic 6.0, you need to insert a code in your startup object in order to run your splash screen or make your splash screen form as the startup object. In VB.NET, there is an option in the My Project Properties to specify the startup object and the splash screen. You can also insert a code to delay the splash screen.
First you need to add a splash screen to your project.

After that, open the project properties.