Create the ADD SOFTWARE EXPERT display on paper, using a word processor, or by modifying the Access form. Test the ADD SOFTWARE EXPERT display, using the drop-down lists and observing the status bar on the bottom of the screen.

What will be an ideal response?

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.The following pseudocode is not working correctly. The code should total the array elements. What code needs to be changed?start   Declarations      num count = 0      num total = 0      num scores[6] = 2,4,6,8,10,12    while count < 6      total = total + scores       count = count + 1     endwhilestop

A. Change the while to: while count < 7 B. move count = count + 1 after the endwhile C. Change the total =  to: total = scores + scores[count] D. Change the total = to: total = total + scores[count]

Computer Science & Information Technology

Case PPT 1-1Suzannah is creating a presentation for a sales meeting. Suzannah wants to view the presentation as thumbnails and possibly rearrange their order. Which view should she use?

A. Slide Show view B. Slide Master view C. Slide Sorter view D. Notes Page view

Computer Science & Information Technology