Quiz 3 Lecture 15 08/11/06 Dan Rao
Download the word file ComputerSale.doc from the web site The form field names in the documents are: Model, Type, Monitor, ComputerPrice, MonitorPrice, PrinterPrice, ScannerPrice, TotalPrice
Create a form like this:
Code the dialog box so that it displays the appropriate information in the dialog box and the document, according to the user’s input. Code the OK button event. Code the Cancel button event
More considerations: –Any computer that with model number less than 3000 can not drive a printer. –Any computer that with model number less than 3500 can not drive a scanner. Create a macro procedure that display the dialog box on the screen. (Extra credit: 5 points)