?Discuss the process of creating a form with a main form and a subform.

What will be an ideal response?


?Answers will vary. When creating a form based on two tables, first you choose the primary table and select the fields to include in the main form. Then you choose the related table and select the fields to include in the subform.
To create a form and a subform, you use the Form Wizard. If you select fields from two tables in the first dialog box, a new second dialog box appears. In this dialog box, you choose whether to create a main form with a subform or a linked form. In a linked form, only the main form fields are displayed, and a button with the subform's name on it appears on the main form. You can click this button to display the associated subform records. Please see the section "Creating a Form Based on Related Tables" for more information.

Computer Science & Information Technology

You might also like to view...

Which one of the following statements initializes the color variable with the string "red"?

a. color = "red"; b. string color = "red"; c. "red" = string color; d. string color("red");

Computer Science & Information Technology

A network node possessing which type of architecture has both IPv4 and IPv6 protocols operating in a single Transport layer implementation?

A. dual-stack B. dual-IP-layer C. hybrid-layer D. dual-transport

Computer Science & Information Technology

Databases created by templates can be modified for your specific needs.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Because of the weaknesses of the implementation of WEP it is possible for an attacker to identify two packets derived from the same IV (called a(n) ____).

A. collision B. keystream C. ICV D. CRC vector

Computer Science & Information Technology