I am attempting to modify someone else's code and I need to do the following...
If employee id is 611481, then use the EmpName field in ReportMenu for the employee name, not the LAST_NAME, FIRST_NAME fields in the EMPLOYEE table.
The code that already exists is:
String sQuery = "";
try {...