Or you could place a crosstab in the report footer that uses status as the row field, and count as the summary field.
Or, you could alternatively use conditional formulas:
if {table.status} = "Fulltime" then 1
Repeat for Parttime. Then place the formulas in the detail section and insert summaries (sums, NOT counts) on them at the grand total levels.
-LB