Question: Open the Magazine Solution (Magazine Solution.sln) file contained in the VB2015 Chap13Magazine Solution-Intermediate folder. The application is connected to the Magazines database, which is stored
Open the Magazine Solution (Magazine Solution.sln) file contained in the VB2015\ Chap13\Magazine Solution-Intermediate folder. The application is connected to the Magazines database, which is stored in the Magazines.accdb file. The database contains a table named tblMagazine. The table’s Cost field is numeric; its Code and MagName fields contain text. Start the application to view the records contained in the dataset, and then stop the application. Open the Code Editor window. Code the btnAll_Click procedure so that it displays all of the records. Code the btnCost_Click procedure so that it displays records having a cost equal to or greater than the amount entered by the user. Code the btnAverage_Click procedure so that it displays (in a message box) the average cost of a magazine. Test the application appropriately.
Step by Step Solution
3.51 Rating (158 Votes )
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVersion 140225120 MinimumVisualStudioVersion 100402191 ProjectF184B08FC81C45F6A57F5ABD9991F28F Magazine Project M... View full answer
Get step-by-step solutions from verified subject matter experts
