My report has 8 columns. The data is grouped so that at the end of a reccord, the data appears on the following column.
Since I do not know how many records (there cannot be more than 7 anyway) there are per group, I do not know where the last record will show.
The last record shows data of totals. I need this las record to always appear in column 8, no matter how many records I've got...
I am not too familiar with VBA code in reports but what I need to write in the code is to print the last record in column 8...
Please help!!!
Many thanx ;D
Since I do not know how many records (there cannot be more than 7 anyway) there are per group, I do not know where the last record will show.
The last record shows data of totals. I need this las record to always appear in column 8, no matter how many records I've got...
I am not too familiar with VBA code in reports but what I need to write in the code is to print the last record in column 8...
Please help!!!
Many thanx ;D