nerdexam
Microsoft

MB6-894 · Question #71

You create a new form to allow users to edit records in the Customer table. You need to prevent users from deleting any customer records. What should you do to achieve this goal?

The correct answer is A. On the CustTable data source on the form, set the Allow Delete property to No. See the full explanation below for the reasoning.

Question

You create a new form to allow users to edit records in the Customer table. You need to prevent users from deleting any customer records. What should you do to achieve this goal?

Options

  • AOn the CustTable data source on the form, set the Allow Delete property to No.
  • BRemove the Delete command button from the form.
  • COn the form design, set the View Edit Mode property to View.
  • DImplement an OnDeleted event handler to prevent the deletion.

How the community answered

(31 responses)
  • A
    77% (24)
  • B
    3% (1)
  • C
    13% (4)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full MB6-894 Practice