Question: Please I need a visual basic code for this Extra 14-2 Create a Product Maintenance application In this exercise, youll create an application that uses

Please I need a visual basic code for this

Extra 14-2 Create a Product Maintenance application In this exercise, youll create an application that uses a data source and text boxes to maintain the products in the Products table of the MMABooks database. 1. Start a new project named ProductMaintenance in the Extra Exercises\Chapter 14\ProductMaintenance directory.

2. Add the MMABooks.mdf file in the Extra Exercises\Database directory to the project. Then, use the Data Source Configuration Wizard to create a data source that includes the ProductCode, Description, and UnitPrice columns from the Products table. When youre done, set the Copy to Output Directory property of the MMABooks.mdf file to Copy if Newer.

3. Display the Data Sources window, and then associate the columns in the Products table of the data source you just created with individual controls.

4. Drag the Products table onto the default form to add a text box for each column.

5. Set the properties of the form and controls so they appear as shown above.

6. Test the application to be sure it works correctly.

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

Students Have Also Explored These Related Databases Questions!