Question: 3. Open the VB2015Chap14Polter SolutionPolter Solution (Polter Solution.sln) file. The application is connected to the Products database, which contains a table named tblProducts. Each record
3. Open the VB2015\Chap14\Polter Solution\Polter Solution (Polter Solution.sln) file.
The application is connected to the Products database, which contains a table named tblProducts. Each record in the table has three fields. The ItemNum (primary key) and ItemName fields contain text; the Price field contains numbers. The application should allow the user to view the record associated with a specific item number. It should also allow the user to enter a price and then view the records whose price is equal to or greater than that amount. The records should appear in order by the item number when the application is started. Code the application and then test it appropriately.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
