Hmm, I'm sure I tried that... I'm not back in the office until Monday to test it but just to confirm, would this be the solution?
SQL = "SELECT name, department_manager, department_code, address, organisation, phone_number from dbo_departments WHERE department_id = " & new_department_id & ""...