Select Query question

R

Ron P

I havce a select query that always returns 77 rows. This is exactly what is
suppose to be returned. The users are now asking if there is a way that at
every 20 rows the header information is repeated. Is there a way that this
can be accomplished?
 
F

fredg

I havce a select query that always returns 77 rows. This is exactly what is
suppose to be returned. The users are now asking if there is a way that at
every 20 rows the header information is repeated. Is there a way that this
can be accomplished?

In a query? No.
Base a report on the query. You can have the page header display the
field labels on each page..
 
Top