Accessosaurusrex
Registered User.
- Local time
- Today, 12:38
- Joined
- Oct 18, 2010
- Messages
- 28
I would like to know how best to address performing basic math functions from queries from a single table. I have one table that I run a query to get a certain group of data from. I am attempting to get a percentage so the way I do it is count how many records I have with one criteria and then how many of the same records I have with additional criteria and then perform simple percentage calculation on a report. I have been experimenting a bit but wind up getting more complicated each time. What would you suggest to be the easiest method to achieve this goal? Thanks.