I have 2003 access. In my report design view I want to repeat a line of data
in this line there are 3 title boxes & 3 data source boxes. I do not have the
option of RepeatSection property to Yes. Can anyone out there Help me?
Hello "MHESTX".
> I have 2003 access. In my report design view I want to repeat a line
> of data in this line there are 3 title boxes & 3 data source boxes.
> I do not have the option of RepeatSection property to Yes.
> Can anyone out there Help me?
In the format event of the details section, you could use
Me.NextRecord = False

Signature
Regards,
Wolfgang