Using the Mail Merge Wizard in Access, you can create a direct link between the table or ________ and the Word document
A) form
B) query
C) report
D) module
B
Computer Science & Information Technology
You might also like to view...
Which of the following commands would be used to identify how many hops a data packet makes before reaching its final destination?
A. route B. netstat C. traceroute D. ping 127.0.0.1
Computer Science & Information Technology
Find the error(s) in each of the following statements:
```
a) Assume that a is an array of three ints.
cout << a[1] << " " << a[2] << " " << a[3] << endl;
b) array
Computer Science & Information Technology