The ________ selects the fields you want and formats the report with headers and footers for grouping
A) Layout view
B) Design view
C) Combo Box Wizard
D) Report Wizard
D
You might also like to view...
Which of the following is not true of pointers to functions?
They contain the starting address of the function code. b. They are dereferenced in order to call the function. c. They can be stored in arrays. d. They can not be assigned to other function pointers.
To delete selected unused masters, click the Delete selected pages button in the ____ panel.
A. Pages B. Masters C. Tools D. Transform
A file stream, fStr, is open and attached to physical file.txt. To reset this file stream so that the file can be read again starting at the first line requires
a) “File stream fStr, reset yourself to the start of the file.” b) Calling the reset() member function using fStr as the calling object but with no argument. c) With calling object fStr call close()then call open( ) with argument “fStr”. d) Only calling the member function open() using fStr as the calling object with the “file.txt” as argument. e) None of the above. You can’t reread lines of a file that have already been read.
A file exported from Flash has a(n) ____ file extension.
a. .fla b. .fls c. .swf d. .exp