Open the JM Sales Solution (JM Sales Solution.sln) file contained in the VB2015Chap14JM Sales Solution folder. The

Question:

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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: