I designing a report that gets its data from a query.
The query is a simple join of two tables: one with staff IDs and demographics, and one with Staff IDs, pay date, project, and percent of time allocated to that project. There are 1 to 5 records per employee per pay date.
When I run the...