Question: 1. Open the JM Sales Solution (JM Sales Solution.sln) file contained in the VB2015Chap14 JM Sales Solution folder. The application is connected to the AnnualSales

1. Open the JM Sales Solution (JM Sales Solution.sln) file contained in the VB2015\Chap14\

JM Sales Solution folder. The application is connected to the AnnualSales database, which contains a table named tblSales. Each record in the table has two numeric fields: YearNum

(the primary key) and Sales. The btnAdd_Click procedure should allow the user to add records to the database. The btnDelete_Click procedure should allow the user to delete records (by year number) from the database. Use SQL to code the procedures. Test the application appropriately. Be sure to try adding a record whose year number matches an existing year number.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock