Final answer:
The Correct Option is: Parent form
David is likely creating a Parent form to handle the main records and a Child form to manage the related detail records, as this is the common approach for handling a one-to-many relationship between two tables in database applications.
Step-by-step explanation:
David is using the form wizard to create a form based on two tables that have a one-to-many relationship. This type of form is typically used to manage related data in a database, and is known as a main/subform or parent/child form arrangement.
When using a form wizard in a database application like Microsoft Access, the parent form represents the "one" side of the relationship, and the child form represents the "many" side of the relationship.
Given the options provided, the best answer would be that he is creating a combination of option 3, a Parent form, which will contain the main records, and option 4, a Child form, which will display the related detail records.
Therefore, David is not creating a single form nor a multi-form in this context, rather he is creating a pair of forms that work together to handle a one-to-many relationship between two tables.
David is creating a form based on two tables that have a one-to-many relationship, which means that one record in the parent table can have multiple records in the child table.
In this case, David is most likely creating a Parent form. A Parent form allows users to view and edit the records in the parent table, as well as view and navigate through the related records in the child table.