If you want a user to select several choices you should use:
a) a ListBox
b) a CheckListBox
c) either a ListBox or a CheckedListBox
d) neither a ListBox or a CheckedListBox
c) either a ListBox or a CheckedListBox
Computer Science & Information Technology
You might also like to view...
The ________ property is used to create an informative label that appears at the top of a table column in Datasheet view
A) caption B) text C) required D) description
Computer Science & Information Technology
Given the string shown below, if the delimiter is a space, how many tokens are in the string?
``` "Tony's email address is tony_g@mycollege.edu" ``` a. 4 b. 5 c. 6 d. 7 e. 9
Computer Science & Information Technology