Reports can be based on tables and ________
A) subforms
B) macros
C) forms
D) queries
D
You might also like to view...
Most operating systems include security features, such as an integrated ____, to protect against unauthorized access via the Internet.
A. router B. firewall C. hub D. modem
Consider a class that uses the following variables to implement an array-based stack:
``` String[] s = new String[100]; int top = -1; // Note top == -1 indicates stack is empty ``` return temp; B) if (top == -1) throw new RuntimeException("Empty Stack"); s[top] = null; top--; return s[top]; C) if (top == -1) throw new RuntimeException("Empty Stack"); String temp = s[top]; s[top] = null; top--; return temp; D) None of the above
____________________ View is new to Outlook 2010.
Fill in the blank(s) with the appropriate word(s).
EX Case 2-1John is responsible for hiring a new Web developer. To manage all of the applicants during the hiring process, he needs to create a worksheet with all of the applicants' names, information, and current application status. To link to an applicant's personal Web page, John would click Existing File or Web page in the Insert Hyperlink dialog box, then type the URL in the ____.
A. Text to display box B. Address text box C. Look In text box D. Bookmark