Information such as a form's title that displays at the top of the screen in Form view or Layout view and is printed at the top of the first page when records are printed as forms.
Answer: Form Header
Computer Science & Information Technology
You might also like to view...
The intention of the following program fragment is to display the positive integers from 1 through n, but it doesn't work. Correct the while statement so the fragment achieves the desired effect.
``` i = 1; while (i <= n) printf("%d ", n); i = i + 1; printf("\n"); ```
Computer Science & Information Technology
Windows Server 2016 can be configured as a remote access server by installing which server role?
A. Routing and Remote Access B. Remote Server Administration C. Remote Assistance D. Network Policy and Access Services
Computer Science & Information Technology
The Styles gallery is located on the ________ tab
Fill in the blank(s) with correct word
Computer Science & Information Technology
Relational operations can be used on struct variables.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology