I would like to run a query in SDP to show which requests are using a particular department. The string in IE that I receive when I attempt to delete a department is Javascript:callDeptAjax('Edit',9004), can I run a query on DeptID = 9004 to show me which requests are using this department? If so, what would the syntax be? I would them manually edit these requests allowing me to delete the department in question. I know I could do this using an SQL editor, but it’s overkill and a query report would be much simpler.