What property of a form is used to specify what happens when you press the Tab key and the focus is in the last control on a bound form?

A. Allow Edits
B. Caption
C. Cycle
D. Record Source


Answer: C

Computer Science & Information Technology

You might also like to view...

In the function round of Display 3.6, which of these explains what happens in the body of the function? We reproduce the one line from the function body here: return static_cast(floor(number+0.5));

a) This is overkill, it would be sufficient to use the floor function alone. b) Adding 0.5 to number pushes the range up so floor can produce the correct rounding. c) The static_cast is used because floor returns a double. If the double value were returned, there would be at least a warning of a double to int conversion in returning the value. d) This is wrong. The argument for the floor function should be number-0.5.

Computer Science & Information Technology

By default, the logging feature in Windows 10 Firewall is __________.

A) enabled B) disabled C) available for purchase D) None of the above

Computer Science & Information Technology

Modifying a(n) ________ slide may be more efficient than creating a new slide from scratch

Fill in the blank(s) with correct word

Computer Science & Information Technology

An ascending sort refers to text that is sorted alphabetically from ________

A) Z to A B) lowest to highest C) A to Z D) highest to lowest

Computer Science & Information Technology