Code Test - Output
Create and display 3 different views of the recordset.
- Output 1 – sorted by gender (females before males) then by last name ascending
- Output 2 – sorted by birth date, ascending then by last name ascending
- Output 3 – sorted by last name, descending
Ensure that fields are displayed in the following order:
- last name
- first name
- gender
- date of birth
- favorite color
Display dates in the format M/D/YYYY.
An example output file is here