To get data from Access into a PowerPoint presentation, you must use ________
A) mail merge
B) a link
C) copy and paste
D) export
C
Computer Science & Information Technology
You might also like to view...
What is the difference between Shape Modes and Pathfinders in the Pathfinder
panel? What will be an ideal response?
Computer Science & Information Technology
The statement s1.equalsIgnoreCase(s4) is equivalent to which of the following?
a. s1.regionMatches(true, 0, s4, 0, s4.length()); b. s1.regionMatches(0, s4, 0, s4.length()); c. s1.regionMatches(0, s4, 0, s4.length); d. s1.regionMatches(true, s4, 0, s4.length);
Computer Science & Information Technology