I’ve generally found the best way to handle summing fields is to do it in the query. So, create a field in query with an expression that does the match you want, then name it TotalCommission. Put a textbox in your report footer (and/or group footer) with control source of:
=sum(TotalCommission)
As for landscape problem. while in Design mode, trying setting paper size, then save design.