What tool on the Design tab is used to group toggle buttons, option buttons, or check boxes?
A. Subform
B. Unbound Object Frame
C. Rectangle
D. Option Group
Answer: D
You might also like to view...
What will be displayed after the following loop is exited?
``` var name = "Liam"; for(var x = 3; x < 0; x--) document.write(name.charAt(x) + ", "); ``` a. L I a m b. mail c. mail iam am am d. m a I L
When you select a single anchor point, the anchor point and the two ____ attached to it are all selected.
A. paths B. handles C. anchor lines D. colors
When records are in ____ order, it means that they are arranged one after another on the basis of the value in some field.
A. data B. median C. random D. sequential
Which of the following statements best describes a VPN?
A. It allows users to establish a secure connection over a public network. B. It filters incoming and outgoing traffics based on a set of rules. C. It is a specially configured network that sits between the public and the internal network. D. It translates the internal private IP addresses to a public IP address.