When you use the Wizard to import data from Excel into Access, which of the following is NOT an option?

A) Create an embedded table
B) Create a new table
C) Append the Excel data to an existing table
D) Create a linked table


A

Computer Science & Information Technology

You might also like to view...

Match the following keyboard shortcuts in many programs with their function:

I. Ctrl+C II. Ctrl+V III. Ctrl+Z IV. Ctrl+X V. Ctrl+A A. Copy B. Paste C. Select all D. Undo E. Cut

Computer Science & Information Technology

Only an instance of a class-not the class itself-is an object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a many-to-many relationship one record in either table can relate to ________ record(s) in the other table

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a catch statement, what does the following code do?

System.out.println(e.getMessage()); a. It prints the code that caused the exception. b. It prints the stack trace. c. It prints the error message for an exception. d. It overrides the toString method.

Computer Science & Information Technology