To export an Access database object to an HTML document, click the ____ button on the External Data tab on the Ribbon.

A. Saved Exports
B. More
C. Text File
D. XML File


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following operations do forward iterators have?

a) Prefix operator* to make available the container element for use as l-value or r-value. b) Overloaded operator+ to add an int value to the iterator to move the place the iterator points forward by the argument number of elements. c) Overloaded operator* to multiply the iterator by an int value to move the place the iterator points by a number of elements equal to the argument. d) Overloaded operator++ to move the place the iterator points forward by one element. e) Overloaded operator-- to move the place the iterator points backward by one element. f) Overloaded operator== and operator!= to determine whether two iterators point to the same element.

Computer Science & Information Technology

Rather than having to create a new username and password especially for MapQuest, users may sign in with a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following has a storage root key?

A. HSM B. EFS C. TPM D. TKIP

Computer Science & Information Technology

To pass an array to a function, specify

a) the name of the array without any brackets. b) the name of the array preceded by an empty pair of brackets. c) the name of the array followed by a pair of brackets including the size of the array. d) the name of the array followed by a pair of brackets including a number one less than the size of the array.

Computer Science & Information Technology