The ________ function extracts from your data table a single record that matches the conditions you specify
A) DAVERAGE B) DSUM C) DGET D) DCOUNT
C
You might also like to view...
When a VB application executes, its __________ is automatically displayed.
a. main sub b. startup form c. event procedure d. form load event
Which of the following statements creates a horizontal slider component with a minimum value of 0, a maximum value of 50, and an initial value of 25?
A) JSlider slider = new JSlider(0, 50, 25, JSlider.HORIZONTAL); B) JSlider slider = new JSlider(JSlider.HORIZONTAL, 0, 50, 25); C) JSlider slider = new JSlider(JSlider.HORIZONTAL, 25, 0, 50); D) JSlider slider = new JSlider(JSlider.HORIZONTAL, 50, 0, 25);
The default theme in PowerPoint is ________
A) Facet B) Ion C) Office D) Retrospect
Which of the following is one of the pre-configured dialog boxes that can be added to an application?
A. StyleDialog B. ViewDialog C. StyleDialog D. ColorDialog