What is the first step in editing a hyperlink field?

A) Delete the hyperlink and create it again.
B) Right-click on the hyperlink and select Edit Hyperlink.
C) Click on the hyperlink and select Edit Hyperlink.
D) Double-click on the hyperlink and select Edit Hyperlink.


B

Computer Science & Information Technology

You might also like to view...

When a check box is checked, the value of the Checked property will be

(A) True. (B) False. (C) 1. (D) 0.

Computer Science & Information Technology

The SELECT ___________ wildcard operator matches all the columns in the specified table or tables.

a. * b. ? c. % d. null

Computer Science & Information Technology

What is the value of alpha[4] after the following code executes?int[] alpha = new int[5];for (int j = 0; j < 5; j++)    alpha[j] = 2 * j - 1;

A. one B. three C. five D. seven

Computer Science & Information Technology

In an OR decision, why is it more efficient to first ask the question that is more likely to be true?

What will be an ideal response?

Computer Science & Information Technology