Create an application that performs the following operations with the employee file.
• Allows the user to enter/display the following employee data:
First Name, Middle Name, Last Name, Employee Number, Department, Telephone Number, Telephone Extension, and E-mail Address. The valid selections for department are Accounting, Administration, Marketing, MIS, and Sales.
• When a user chooses to Add Record without an opening file, use an Open dialog box to prompt a file name.
• Allows the user to saves the record to the file
• Uses an Open dialog box to allow the user to select the file.
• Displays all records, one after the other.
• Allows the user to enter an employee number and searches for a record containing that employee number. If the record is found, the record is displayed, otherwise, not found message is displayed.