Which two views make it easy to edit the design of a form?
A) Layout view and Design view
B) Design view and Datasheet view
C) Datasheet view and Design view
D) Form view and Layout view
A
You might also like to view...
When the items in two data structures are related by their indexes, it is said that a(n) ____________ exists between the data structures.
a. exclusive association b. logical connection c. parallel relationship d. binary link
The method __________ appends a string s into the text area ta.
a. ta.setText(s) b. ta.appendText(s) c. ta.append(s) d. ta.insertText(s)
In which case is it recommended to use the Number data type?
a) when the numbers will be used in mathematical calculations b) whenever the values are not textual c) when the numbers are integers d) when the numbers are longer than 255 characters
Which one of the four keywords in SQL is used to determine how rows will be sorted?
A. SELECT B. WHERE C. ORDER BY D. SORT