Are the five subreports referencing the same report, but with different criteria? What I normally do is reuse the same subreport, but pass in parameters so that it will bring back the grand total. For example, if your subreports are for clients, and you're passing in a ClientID parameter, you could pass in a 0, which your subreport's dataset's query would use to return summary data for all clients.