One way to copy data from an Access database into an Excel worksheet is exporting the following:

A) a query. B) a report. C) a macro. D) a module.


A

Computer Science & Information Technology

You might also like to view...

The expression

``` x *= i + j / y; ``` is equivalent to ______. a. x = x * i + j / y; b. x = (x * i) + j / y; c. x = (x * i + j) / y; d. x = x * (i + j / y); e. none of the above

Computer Science & Information Technology

Which type of events trigger data macros?

A) Form events B) Query events C) Report events D) Table events

Computer Science & Information Technology

The default event for a swap image is the ____ event or action.

A. restore B. mouseover C. onmouseout D. onclick

Computer Science & Information Technology

To reposition the insertion point using the mouse, move the mouse to the position where you want the insertion point to appear, and then click the left mouse button.

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

Computer Science & Information Technology