Which of the following options does NOT apply to tables in the Relationships window?

A) They can be added. B) They can be moved.
C) They can be resized. D) The data can be re-imported.

D

Computer Science & Information Technology

You might also like to view...

Access has built-in security to protect users from macro viruses

Indicate whether the statement is true or false

Computer Science & Information Technology

What will be printed when the following code is executed?

``` double x = 45678.259; System.out.printf("%,.2f", x); ``` a. 45678.259 b. 0,045,678.26 c. 45,678.26 d. 45,678.3

Computer Science & Information Technology