Grey Whipple
New member
- Local time
- Yesterday, 20:40
- Joined
- Apr 1, 2007
- Messages
- 7
I have inherited an Access DB that accumulates 'hours worked' by name and date. I also inherited a cross-tab query that displays monthly totals by name and month. Each row is for a different person and each column is for a different month.
I use the Report Wizard to create a report that reads the results of the cross-tab query; and the data is displayed correctly, an array of hours by name and month. In the Report I wish to sum the columns vertically (total hours for each month) and sum the rows horizontally (total hours by name).
The problem is null values where no hours are reported in a particular month. In the Report I can add the columns using the Sum function, but I can't add the rows because of the null values.
=[01]+[02]+[03}+...+[12] works if there are no nulls, but does not work if there is at least one null in the row of values.
Any ideas?
I use the Report Wizard to create a report that reads the results of the cross-tab query; and the data is displayed correctly, an array of hours by name and month. In the Report I wish to sum the columns vertically (total hours for each month) and sum the rows horizontally (total hours by name).
The problem is null values where no hours are reported in a particular month. In the Report I can add the columns using the Sum function, but I can't add the rows because of the null values.
=[01]+[02]+[03}+...+[12] works if there are no nulls, but does not work if there is at least one null in the row of values.
Any ideas?