Having never used column, I do not know if this will work..
I need to print info by date, so records contain:
month
day
qty
The report would show:
Day Jan Feb Mar
01 x x x
02 x x x
The report should show days as rows and months as the columns with the qty in the details. Since months have different days, is there an easy way to force a column break so it prints the next item at the top of the next column (say March 1), so it prints in the day position rather than after Feb 28 in the day 29 position?
Thanks, jlester@lester.com
I need to print info by date, so records contain:
month
day
qty
The report would show:
Day Jan Feb Mar
01 x x x
02 x x x
The report should show days as rows and months as the columns with the qty in the details. Since months have different days, is there an easy way to force a column break so it prints the next item at the top of the next column (say March 1), so it prints in the day position rather than after Feb 28 in the day 29 position?
Thanks, jlester@lester.com