A join line displays in the Relationships window whenever two tables are related based on a common field

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

As an alternative to the Delete Columns button, you can right-click on a table columns and use the ________ to delete the column

A) Edit Columns option B) Edit table command C) Mini toolbar D) Shortcut menu

Computer Science & Information Technology

What happens to a variable declared locally inside a Sub procedure after the procedure terminates?

(A) It maintains its value even after the End Sub statement executes. (B) It ceases to exist after the End Sub statement executes. (C) It loses its value temporarily after the End Sub statement executes, but regains that value upon re-entry to the Sub procedure. (D) It is reset to its default value.

Computer Science & Information Technology