added a modify class that can change certain fields of an employee within the database
added another field within the database called "employment status"
changed the name of the "status" field within the database to "marital Status"
added "getMaritalstatus", "getEmploymentStatus", and "modifyEmploymentStatus" methods to the UserAccountDAO class
updated the profile screen to include new field "Employment Status"
reposted the database MYSQL code to include new field and change to old field
Added security check for when someone inputs an employee id that doesn't exist within the modify screen. A better check is needed though.add to user manual
Added Employment status to the profile screen and changed the name of status to Marital Status
added a modify class that can change certain fields of an employee within the database
added another field within the database called "employment status"
changed the name of the "status" field within the database to "marital Status"
added "getMaritalstatus", "getEmploymentStatus", and "modifyEmploymentStatus" methods to the UserAccountDAO class
updated the profile screen to include new field "Employment Status"
reposted the database MYSQL code to include new field and change to old field
Added security check for when someone inputs an employee id that doesn't exist within the modify screen. A better check is needed though.add to user manual
Added Employment status to the profile screen and changed the name of status to Marital Status