Match the following terms to their meanings:
I. Split form
II. Nested subform
III. Subform
IV. Multi-page form
V. Linked form
A. A related form that is not stored within the main form
B. A form that displays data in two views on a single form
C. A form that is embedded within another subform
D. A form that displays the data from an underlying table or query on more than one page
E. A form that is embedded within a main form
B, C, E, D, A
You might also like to view...
Which of the following is an example of an error in input data?
a) a program encounters an instruction to divide by zero b) an array subscript in a program goes out of range c) an algorithm that converts a temperature in Celsius to Fahrenheit displays the wrong results d) a program expects a positive number but reads -23
MC Which of the following statements would cause a while structure to stop executing?
a) 3 <= 11. b) !(7 != 14). c) 6 != 9. d) All of the above.