Word's ________ feature joins a main document to a data source to create custom labels or letters

Fill in the blank(s) with correct word


Mail Merge

Computer Science & Information Technology

You might also like to view...

Given that Jamie worked 50 hours (Hours = 50) last week and earns $10.00 an hour (Rate = 10), how much did Jamie earn last week, before taxes (TotalPay)?

```If (Rate >=10) OR (Hours <=40) Then TotalPay = Hours * Rate Else TotalPay = (Hours * Rate)+(Hours–40)*Rate*1.5 End If ``` a. $ 500 b. $ 650 c. $ 750 d. $ 400

Computer Science & Information Technology

The ________ command prepares the disk to store data

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ query prompts you to supply the criteria when the query is run

Fill in the blank(s) with correct word

Computer Science & Information Technology

The tag used for formatting text using the same amount of horizontal space regardless of the character width is the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology