The Form Wizard includes a section on laying out your form. Please describe the four types of form layouts.

What will be an ideal response?

- The Columnar layout places labels next to fields, and lists the fields in columns.
- The Tabular layout places field labels at the top of a column, which makes it appear like a table.
- The Datasheet layout resembles a spreadsheet, with cells for entering data.
- The Justified layout displays fields across the screen in rows, with a label above each field.

Computer Science & Information Technology

You might also like to view...

How can you improve the efficiency of a nested decision?

What will be an ideal response?

Computer Science & Information Technology

Which primitive data type should you use if the variable should have only two values and will be used in conditional statements?

A. char B. byte C. boolean D. int

Computer Science & Information Technology