Use a query as your recordsource. This query should resemble the following...
(Don't copy this exactly, IT WILL NOT WORK!!)
"SELECT yourTable.DeptHead, yourTable.JobCodes, etc... FROM yourTable WHERE dept# = yourForm!dept#"
Use the visual query building tool to build this. Use the Help files...