Visual Basic Programming is a programming languge based on graph, windows, and belongs to 5th generation language, object oriented programming. This programming language is oriented to business(business applications). The very supportive to this language programming are Microsoft access, sql server ver 7.x, sql server 2000, or higher. This programming language is created by Microsoft not only for people with computer knowledge background, programmers, but also for computer hobbyists. So, anyone is made possible to learn Visual Basic Programming. All you need is a habit of working systematically in completing each work, organizing problem solving steps in sequence or what is called algorithm.As mentioned above, not only people who have computer background can create a programmed application but a computer hobbyist can also become a programmer. Why? Because the Vendor of Visual Basic Programming provides a Wizard that helps users to create a programmed application. All you need to know is the steps of how to operate the Wizard to develop an application.The application discussed here is called Author, where the database file being used is called Biblio.Let’s start to create a new application by using Visual Basic Programming. Let’s name this project as Biblio.vbp. The database file used is called Biblio.mvb which is placed in the C:\Program Files\Microsoft Visual Studio. The purpose of creating an Author application is that users can enter author data and save them into Biblio database.The task is started when a new project is opened, then the program can be created by using Wizard. The name of the program to be created is Author and the name of the form is called FormAuthors.There are two stages of the task of developing an Authors program. They are1. Creating program by using Wizard2. Running program1. Create Program By Using Wizard.