nerdexam
Microsoft

MB6-704 · Question #65

You need to display data on a new form. What should you do?

The correct answer is A. Add a data source and create a design. A form data source is the database query, table, or view that a form uses to retrieve the data that is displayed by the form. The data source also defines a connection to the Application Object Server (AOS) that the form can use to create, update, or delete database records. A…

Develop Application Objects

Question

You need to display data on a new form. What should you do?

Options

  • AAdd a data source and create a design.
  • BAdd a data source and set a caption.
  • CAdd a data source and create a method.
  • DAdd a form part and set a caption.

How the community answered

(38 responses)
  • A
    71% (27)
  • B
    8% (3)
  • C
    3% (1)
  • D
    18% (7)

Explanation

A form data source is the database query, table, or view that a form uses to retrieve the data that is displayed by the form. The data source also defines a connection to the Application Object Server (AOS) that the form can use to create, update, or delete database records. A data design element (controls) displays data on a form. Not B: A data source has no caption.

Topics

#form creation#data source#form design#AOT forms

Community Discussion

No community discussion yet for this question.

Full MB6-704 Practice