Problem with a Line to Repeat Section on page 2 thru out my repo

  • Thread starter Thread starter MHESTX
  • Start date Start date
M

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?
 
Hello "MHESTX".

MHESTX said:
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
 
Back
Top