What are the steps to add a label to a report?
What will be an ideal response?
In Report Design View, click the Label button in the Controls group, click at the appropriate point in the selected space, type the label text, press [Enter], click the Home tab, then click any desired formatting options in the Text Formatting group.
You might also like to view...
Which of the following will test to make sure the number entered by the user into the variable named InRangeis between 5 and 50? (i.e., not including 5 or 50)
a. If (InRange > 5) AND (InRange < 50) Then … b. If (InRange >= 5) AND (InRange <= 50) Then … c. If (InRange > 5) OR (InRange < 50) Then … d. If (InRange >= 5) OR (InRange <= 50) Then…
Classify the curves in accordance with their degree of polynomial.
What will be an ideal response?
Shading and borders are types of ________ formatting
A) paragraph B) character C) style D) document
Cell margins can be changed from the Design tab
Indicate whether the statement is true or false