Create an application that allows the user to enter the following employee data: Visual Basic
I will need the full zipped up project. Thank you
Create an application that allows the user to enter 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 depart-ment are Accounting, Administration, Marketing, MIS, and Sales. Once the data is entered, the user should be able to save it to a file. Figure 9- 29 shows an example of the application’s form. The form shown in Figure 9-29 has a combo box for selecting the department; a Save Record button, which writes the record to a file; a Clear button, which clears the text boxes; and an Exit button. Write code in the Form_ Load event handler that allows the user to enter the name of the file.
Same as this: http://www.chegg.com/homework-help/questions-and-answers/create-application-allows-user-enter-following-employee-data-first-name-middle-name-last-n-q4983988
But unique please.