Report Problem

C

cxp

I have created a Class Attendance Report to be populated with data fro
a query. The problem I am having is that Access pushes a new page fo
each of the people’s names that are produced from the query. I nee
all the names to be listed on the first sheet (names 1-15) and if ther
are more than 15 names I need to have an additional sheet created fo
the additional names. Another wrinkle in the process is that I hav
some standard info. for the program that needs to be reported only onc
per page such as the date, location, title of the class etc. All th
information comes from the same query

Thanks,
CX
 
D

Duane Hookom

New pages are caused by settings in section properties, page break controls,
and pagination. You need to find out what causes your page breaks and fix
it.

You can place text boxes in your page header or footer.
 
Top