Hi all,

I am creating a data report in VB. I use Jet OLEDB 4.0 connection. The report is populated at run-time. I do not use Data Environment.

Now let me explain my problem. I have 3 months column in the report and each month column has 5 subcolumns which denote the
weeks of the month. Each week has a total column for which I use the RptFunction. Now, I want another control, be it a RptLabel or
RptFunction below the total column to display the whole total for the month. Is this possible?

Thanks