When editing a hyperlink, it is enclosed in ________, which Access uses to activate the link when clicked

A) quotation marks (")
B) asterisks (*)
C) ampersands (&)
D) pound signs (#)

D

Computer Science & Information Technology

You might also like to view...

Which of the following techniques enable you to select a consecutive group of files in a listing?

A) Ctrl Click B) double-click C) Alt Click D) Shift Click

Computer Science & Information Technology

What command is used to enforce a precondition that the peek() method cannot work on an empty stack.

a. result = false; b. if (top < MAX_STACK - 1) c. return top < 0; d. assert (!isEmpty());

Computer Science & Information Technology