正解:A,D,E
To ensure that the date of birth submitted for first-grade students meets the requirement of being at least five years before September 1 of the current year, a combination of validation methods is necessary for comprehensive and effective validation.
* A. When rule: Can be used to determine if the provided date of birth satisfies the age condition relative to September 1 of the current year, serving as a condition in process flows or UI elements.
* D. Validation rule: Enables the definition of broader validation criteria that can encompass complex logic, including checking the student's age based on their date of birth in relation to a specific cutoff date.
* E. Edit validate rule: Provides a mechanism for implementing pattern-based validations or more intricate checks, including verifying that a date of birth makes a student eligible for first grade based on age.
Calendar control (B) facilitates user input but does not enforce the specific age requirement on its own. Using the Date data type (C) ensures the field accepts dates, but without additional validation logic, it doesn't guarantee compliance with the age requirement.