One way to show all those Totals for a job is to write a query that uses a Group By clause.
Create a Query in Query Design View.
Drag all your fields into the query.
Under Job - type in a Job#.
Under Expense - Sort Ascending [this will put all similar expenses together].
If you run the query now - you will see all expenses for that Job# in order.
Go back to Design View and click on the Totals button on top. This will 'Group' all your fields in the query.
Under Cost -> where it says 'Group By' - click the down arrow and select 'Sum'.
Now - when you run your query, you will see one record for each type of Expense [Airfare, Food . . .] - and the total amount for each Expense.