Need help getting the desired results for a payroll report from a dynamic crosstab query and report. Is there a way to make the totals column on the right side of the report disappear? It is a bogus quantity anyhow because it includes the total hours twice. I was able to make it disappear when there is at least one value entered in each of the columns (days). That happened when the totals is pushed over to the text box column on the far right side of the report and then making the visible property of the text box set to ‘no’. I have also made the column totals on the bottom of the report not appear by setting their text box visible property to ‘no’. The reason for that is: I could not make them mathematically correct (they are rounding to whole numbers).
I have attached a portion of my database that deals with the payroll form. If you open the ‘frmPayDays’ and enter for a Start Date: 4/13/03 and enter for an End Date: 4/20/03 and press the button for the report, it produces the desired results. The ‘Total Hours’ on the left side is the correct amount. If you enter as a Start Date: 4/21/03 and an End Date: 4/27/03, the results are not what I want. The ‘Total Hours’ on the left side of the report is still correct but I would like to display all the dates across the top of the report and make the lame “Totals” column go away.
Any help would be greatly appreciated.