All of the following are caveats of linking tables EXCEPT:

A) the linked table will overwrite the database.
B) linking tables only update once every five minutes.
C) it is impossible to change the imported file.
D) transfer of data is only one way.

B

Computer Science & Information Technology

You might also like to view...

After creating a new database from Blank desktop database, Access opens a blank table named Table1

Indicate whether the statement is true or false

Computer Science & Information Technology

What would be the output of the following code segment?

char ch = ‘B’; if isdigit (ch) cout << ch; else cout << tolower (ch);

Computer Science & Information Technology