View Full Version : Displaying percentages


82412
01-13-2008, 08:03 AM
This is probably simple but it's something I haven't had to do before.

I have a main table.
I have a filter query based on this table.
I have a report, based on the query, which displays the total number of records in the query.
In the same report, I would like to display this total as a number (already done, obviously) and also as a percentage of the total number of records in the main table.

How would I go about this?

82412
01-13-2008, 05:10 PM
Solved it, no need to reply.