The Form Wizard provides four form layouts from which to choose. Name and briefly describe each layout, including an example of a situation of where you would use each layout.

What will be an ideal response?


(Answers will vary)

The Columnar layout displays fields in a stacked column format, with labels to the left of their controls.  I would use this layout when I wanted to enter my data as if it was being typed into a business card.

The Tabular layout displays fields with the labels at the top of a column that contains the field values.  I would use this layout to create a table-like form where each row was the name of a contact, with fields for the name, address, and phone number.

The Datasheet layout displays fields in a datasheet format. I would use this layout to create a datasheet with employee information, with each row representing an employee, with fields for their hire date, social security number, and department name.

The Justified layout displays fields across the screen in the order in which they occur. I would use this layout to quickly enter employee data one record at a time. I would include fields for their hire date, social security number, and department name.

Computer Science & Information Technology

You might also like to view...

What mistake prevents the following class declaration from functioning properly as an abstract class?

class Shape { public: virtual double print() const; double area() const { return base * height; } private: double base; double height; }; a. There are no pure virtual functions. b. There is a non-virtual function. c. private variables are being accessed by a public function. d. Nothing, it functions fine as an abstract class.

Computer Science & Information Technology

An object’s ___________ method is called implicitly when an object appears in code where a String is needed.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you link a worksheet to a Word document,:

A) an error message displays. B) the formulas remain as formulas. C) the cells with formulas display as blank cells in the Word document. D) the formulas automatically become values.

Computer Science & Information Technology

You view a portion of a document on the screen through a ____.

A. Quick Access Toolbar B. status bar C. document window D. print layout

Computer Science & Information Technology