short columns

  • Thread starter Thread starter Wilfried
  • Start date Start date
W

Wilfried

Hi,

I would like to create a report that is showing short columns without
jumping to another page.

I have a club with several divisions. In each division I have effective
members and substitutes. I would like to create a report showing for each
division the effective and substitutes in columns . In Access97 I don't know
how to prevent a page break after each group.

The report I have in mind looks like this:

Division A:
effective1 substitute1
effective2 substitute2
effective3 substitute3

Division B:
effective1 substitute1
effective2 substitute2
effective3 substitute3

Thanks for your suggestions.

Wilfried
 
Wilfried said:
I would like to create a report that is showing short columns without
jumping to another page.

I have a club with several divisions. In each division I have effective
members and substitutes. I would like to create a report showing for each
division the effective and substitutes in columns . In Access97 I don't know
how to prevent a page break after each group.

The report I have in mind looks like this:

Division A:
effective1 substitute1
effective2 substitute2
effective3 substitute3

Division B:
effective1 substitute1
effective2 substitute2
effective3 substitute3


Access only breaks a page automatically when the page is
full. If you're seeing something else, then you must have
specified something to get the extra page breaks.

Possibly a PageBreak control or a section with its
ForceNewPage property set to Yes.
 
Back
Top