How to make a database in Visual Basic

(In this example I'll be showing how to make a database for the Eagles roster)


Getting Started:

In this How To I will be showing you how to add and browse records

Step One: Create Form 1
Step Two: Add the following buttons


Add a module to a project:

Step One: Click on "Project" in the menu bar
Step Two: Click "Add Module"

Step Three: Declare variables in module