It can be achieved multiple ways but I believe you can create a textbox in the form footer and add a control source with something like the following:
=formatPercent(Sum(IIF([Employee] = 'John Smith' and [Trade] = 'Electric',[Hours],0))/ Sum(IIF([Employee] = 'John Smith',[Hours],0)),0)...