Match each Form tool with its function: I. Blank Form II. Form Design III. Split Form IV. Form Wizard V. Form A. Creates a two-part form with a stacked and a tabular layouts B. Creates a custom form based on questions you answer C. Creates a form in a stacked layout displaying all record source fields D. Creates an empty form in Layout view E. Creates an Empty form in Design view
What will be an ideal response?
D, E, A, B, C
Computer Science & Information Technology
You might also like to view...
There are two compiler warnings with this code. Can you spot them?
``` int main() { float x = 234.12345678901230, z = 22.8; int a = 44417, b = -0.333 , c = -5; double r = 3.12345678901234567; long e = 99999; char f = ‘+’; ```
Computer Science & Information Technology
XPS is considered an alternative to what file format?
A) TXT B) DOCX C) PDF D) RTF
Computer Science & Information Technology
Where can you not use calculated fields?
A) In a report B) In a form C) In a module D) In a table
Computer Science & Information Technology
Variables of type Integer and Double can have any of millions of (numeric) values.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology