[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7: The database Microland.accdb is maintained by the Microland Computer Warehouse, a mail-order computer-supply company. The illustrations below show data in the Customers table and the Orders Table in the database. The table identifies each customer by an ID number and gives, in addition to the name and address, the total amount of purchases during the current year. The Order table provides the customer id and the item ordered.
[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7: The database that contains the table for this assignment is contained within your Instructions folder and should be placed in your project’s bin\debug folder.
[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7: **To receive any points for this assignment you must do the following:
For this assignment you will open the attached Microsoft Access file and add your name and your instructors name in the customers table using the following information:
CustID | Name | Street | City | AmtPurchase |
---|---|---|---|---|
13 | Your Name | Your Street | Your City | 100.50 |
14 | Your teachers Name | Your Street | Your City | 95.25 |
[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7: You must also add the following lines to the Orders table
CustID, | itemID, | Quantity |
---|---|---|
13, | HW921, | 3 |
14, | SW109, | 2 |
[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7:
Write a Visual Basic program that will:
[SOLVED] CSIS 208 PROGRAMMING ASSIGNMENT 7: As in all of your assignments, make sure that you have used appropriate programming techniques (i.e. naming of controls and variables, form has a title, tab order of controls is appropriate, textboxes used for display purposes are not writeable, internal documentation/comments are clear, formatting of any currency fields, etc.)