nerdexam
Microsoft

MB6-890 · Question #47

You are developing a form that allows users to update an order status. You create a table named Tablel that you will use as a data source for this form. You want to include a radio-button style…

The correct answer is B. three different Extended Data Types (EDTs) of type string with each order status. See the full explanation below for the reasoning.

Question

You are developing a form that allows users to update an order status. You create a table named Tablel that you will use as a data source for this form. You want to include a radio-button style selection so that the end user can choose between three different order statuses: "Canceled", "Delivered", "Processing". What should you add to Table1 so that you can add the radio button selection to the form?

Options

  • Athree different string fields that represent each order status
  • Bthree different Extended Data Types (EDTs) of type string with each order status
  • Ca Boolean data type with values that represent each choice
  • Da base enumeration with three elements that represent each order status

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • C
    11% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full MB6-890 Practice