Open the VB2015Chap14Valentia SolutionValentia Solution (Valentia Solution.sln) file. The application is connected to the Employees database, which

Question:

Open the VB2015\Chap14\Valentia Solution\Valentia Solution (Valentia Solution.sln) file. The application is connected to the Employees database, which contains a table named tblEmploy. Each record in the table contains seven fields. The EmpNum field is the primary key. The Status field contains the employment status, which is either the letter F (for full time) or the letter P (for part time). The Code field identifies the employee’s department: 1 for Accounting, 2 for Advertising, 3 for Personnel, and 4 for Inventory. The btnAdd_Click procedure should allow the user to add records to the database, but only when the user provides all of the employee information. All of the records in the database must be unique. The btnDelete_Click procedure should allow the user to delete records from the database. The records should appear in order by the employee number when the application is started. Code the application. Be sure to code each text box’s Enter event procedure. Also code the KeyPress event procedures for the Number, Rate, Status, and Code text boxes. Test the application appropriately.

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: