Is it possible to use a SQL select statement as the control source for a text box in a report? Here's why I ask..
I have a report built on a query that has these fields
Employee
PayType
PayAmount
I would like to list the pay amounts by type next to the employee name with the total pays at the end. The catch is, I want it to be under one header. I can accomplish this if I group by pay types, but I'd rather not form the report this way. Any Help?
Thanks!
I have a report built on a query that has these fields
Employee
PayType
PayAmount
I would like to list the pay amounts by type next to the employee name with the total pays at the end. The catch is, I want it to be under one header. I can accomplish this if I group by pay types, but I'd rather not form the report this way. Any Help?
Thanks!