Which of the following is NOT true about adding pictures to a form?

A) When a picture is added to a form, then the same picture will appear for every record in the table.
B) A different picture can be added for each record.
C) A picture can be inserted in the header, footer, or the Detail area of the form where the record values are shown.
D) Pictures can be added to forms to make them more appealing.


B

Computer Science & Information Technology

You might also like to view...

In conventional practice, applications and systems pass through five general stages of development that constitute a "____."

A. tide B. framework C. specification D. lifecycle

Computer Science & Information Technology

Digital device ______ is the trend of computers and devices with technologies that overlap.

A. transference B. convergence C. compatibility D. merging

Computer Science & Information Technology

Given the following method

``` static void nPrint(String message, int n) { while (n > 0) { System.out.print(message); n--; } } ``` What is k after invoking nPrint("A message", k)? int k = 2; nPrint("A message", k); a. 0 b. 1 c. 2 d. 3

Computer Science & Information Technology

To save a group as a picture, you point to the group and ________ to display the appropriate shortcut menu

A) double-click B) right-click C) press Ctrl and click D) click

Computer Science & Information Technology