Question: 3. Open the VB2015Chap14Fashions SolutionFashions Solution (Fashions Solution.sln) file. The application is connected to the Stores database, which contains a table named tblStores. Each record
3. Open the VB2015\Chap14\Fashions Solution\Fashions Solution (Fashions Solution.sln)
file. The application is connected to the Stores database, which contains a table named tblStores. Each record in the table contains five fields. The StoreNum (primary key)
and Sales fields contain numbers; the remaining fields contain text. The btnAdd_Click procedure should allow the user to add records to the database, but only when the five text boxes contain data. 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 store 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
