Page 1 of 1

You create a new form to allow users to edit records in the Customer table.You need to prevent users from deleting any c

Posted: Fri Aug 26, 2022 10:01 am
by answerhappygod
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?

A. On the CustTable data source on the form, set the Allow Delete property to No.
B. Remove the Delete command button from the form.
C. On the form design, set the View Edit Mode property to View.
D. Implement an OnDeleted event handler to prevent the deletion. E. Set Allow Document Deleted Before dates for the records.