Print Staff Feedback

Function Number: 13

Function Name: Print Staff Feedback

Link to Function Implementation

Function Type: Query

Description: This function accepts a Staff ID number as input and will output a table containing all feedback provided for that employee.

Primary Users: Resort staff responsible for tracking staff performance and guest satisfaction

Tables Affected: assign_staff

Sample Input: Staff ID = 3

Sample Output: A table displays feedback provided for Staff ID 3

Notes: This function will query the 'assign_staff' table for records containing a matching Staff ID. The 'feedback' column from these records will be displayed in a table for the user. This function will return a message if no feedback exists for a particular Staff ID or if an error occurs.

Main Menu