Field ____ are data characteristics that dictate how Access stores, handles, and displays field data.
A. descriptions
B. names
C. properties
D. descriptors
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following does not generate GUI events?
a. Typing in a text field. b. Selecting an item from a menu. c. Viewing the text in a label. d. Moving the mouse.
Computer Science & Information Technology
Various Python statements enable you to specify that the next statement to execute may be other than the next one in sequence. This is called _______ and is achieved with Python control statements.
a. transfer of control b. alternate execution c. spread execution d. None of the above
Computer Science & Information Technology