Question
Hello, I am a BEGINNER using Microsoft Visual Studio as my coding program. This project comes from the Microsoft Visual Basic 2015 RELOADED book, chapter
Hello, I am a BEGINNER using Microsoft Visual Studio as my coding program. This project comes from the "Microsoft Visual Basic 2015 RELOADED" book, chapter 12, page 654, case project College Courses.
Here is the problem:
In this Case Project, you use a Microsoft Access database named Courses. The database is stored in the VbReloaded2015\Chap12\Access Databases\Courses.accdb file. The database contains one table named tblCourses. Each record has the following four fields: ID, Title, CreditHours, and Grade. The CreditHours field is numeric; the other fields contain text. Create an application that allows the user to display the records for a specific grade (A, B, C, D, or F). The user should also be able to display all of the records. Display the records in a DataGridView control. The application should not allow the user to add, edit, delete, or save records. Include a Calculate GPA button on the BindingNavigator control. The buttons Click event procedure should display the students GPA. An A grade is worth 4 points, a B is worth 3 points, and so on. Use the following names for the solution and project, respectively: College Courses Solution and College Courses Project. Save the application in the VbReloaded2015\Chap12 folder. Change the form files name to Main Form.vb. Here is the Access file:
I have to use Microsoft Visual Studio as my coding program and I am a BEGINNER. Thank you very much for your help/work with this problem!
tblCourses Credit Hours Grade Click to Add Title CS100 Introduction to Computers 3 A CS106 Windows Seminar 2 B 3 B Visual Basic CS204 EN100 3 A. English Composition EN104 Speech 2 B 3 C HS100 History 2 F PE100 Health Golf 2 A PE101 3 D PS100 Political Science Sociology 3 C S0100Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started